0
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2024-12-23 22:27:38 -05:00
caddy/rlimit_nonposix.go
2017-08-12 12:18:37 -06:00

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() {
}