setting maxconnections seems to get things going...
This commit is contained in:
parent
5d3b05b9b6
commit
68db0a4db9
|
@ -154,6 +154,8 @@ init_sys(void)
|
|||
exit(EXIT_FAILURE);
|
||||
}
|
||||
}
|
||||
|
||||
maxconnections = limit.rlim_cur;
|
||||
#endif /* RLIMIT_NOFILE */
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue