mirror of
https://github.com/caddyserver/caddy.git
synced 2025-06-03 02:23:41 +08:00
improve rlimit usage (#982)
* improve rlimit usage * fix windows build * fix code style
This commit is contained in:
6
rlimit_windows.go
Normal file
6
rlimit_windows.go
Normal file
@ -0,0 +1,6 @@
|
||||
package caddy
|
||||
|
||||
// checkFdlimit issues a warning if the OS limit for
|
||||
// max file descriptors is below a recommended minimum.
|
||||
func checkFdlimit() {
|
||||
}
|
Reference in New Issue
Block a user