limit_windows.go 84 B

123456
  1. package sys
  2. // SetLimit set NOFILE
  3. func SetLimit(max uint64) error {
  4. return nil
  5. }