mirror of
https://github.com/caddyserver/caddy.git
synced 2025-01-03 17:43:49 +03:00
8 lines
178 B
Go
8 lines
178 B
Go
// +build windows plan9 nacl
|
|
|
|
package caddy
|
|
|
|
// checkFdlimit issues a warning if the OS limit for
|
|
// max file descriptors is below a recommended minimum.
|
|
func checkFdlimit() {
|
|
}
|