mirror of
https://github.com/caddyserver/caddy.git
synced 2025-02-03 23:09:57 -05:00
6 lines
148 B
Go
6 lines
148 B
Go
package caddy
|
|
|
|
// checkFdlimit issues a warning if the OS limit for
|
|
// max file descriptors is below a recommended minimum.
|
|
func checkFdlimit() {
|
|
}
|