mirror of
https://github.com/caddyserver/caddy.git
synced 2024-11-25 17:56:34 +08:00
9 lines
173 B
Go
9 lines
173 B
Go
// +build windows plan9
|
|
|
|
package caddy
|
|
|
|
// checkFdlimit issues a warning if the OS limit for
|
|
// max file descriptors is below a recommended minimum.
|
|
func checkFdlimit() {
|
|
}
|