Increase file descriptor limit at startup.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// +build windows plan9
|
||||
|
||||
package limit
|
||||
|
||||
func Nofile(desired uint64) (uint64, error) {
|
||||
return desired, nil
|
||||
}
|
||||
Reference in New Issue
Block a user