Commit ea960730 authored by Matthew Holt's avatar Matthew Holt

Whoops

parent 26bb1733
......@@ -102,7 +102,7 @@ func main() {
// Warn if ulimit is too low for production sites
if (runtime.GOOS == "linux" || runtime.GOOS == "darwin") &&
addr.IP.IsLoopback() && !checkedFdLimit {
!addr.IP.IsLoopback() && !checkedFdLimit {
out, err := exec.Command("ulimit", "-n").Output()
if err == nil {
// Note that an error here need not be reported
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment