setting maxconnections seems to get things going...

This commit is contained in:
William Pitcock 2008-04-02 20:45:24 -05:00
parent 12b7556ef4
commit 1d5d54832a

View file

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