mirror of
https://github.com/caddyserver/caddy.git
synced 2024-12-23 22:27:38 -05: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() {
|
|
}
|