go-ethereum/common/oslimits_windows.go
2015-06-23 18:43:05 +08:00

9 lines
143 B
Go

package common
import (
)
func MaxOpenFileLimit() int {
// From https://msdn.microsoft.com/en-us/library/kdfaxaay.aspx
return 512
}