setting maxconnections seems to get things going...

This commit is contained in:
William Pitcock 2008-04-02 20:45:24 -05:00
parent 5d3b05b9b6
commit 68db0a4db9
1 changed files with 2 additions and 0 deletions

View File

@ -154,6 +154,8 @@ init_sys(void)
exit(EXIT_FAILURE);
}
}
maxconnections = limit.rlim_cur;
#endif /* RLIMIT_NOFILE */
}