caddy/rlimit_nonposix.go

9 lines
173 B
Go
Raw Normal View History

// +build windows plan9
package caddy
// checkFdlimit issues a warning if the OS limit for
// max file descriptors is below a recommended minimum.
func checkFdlimit() {
}