caddy/rlimit_nonposix.go

9 lines
178 B
Go
Raw Normal View History

2017-08-12 21:18:37 +03:00
// +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() {
}