setting maxconnections seems to get things going...
This commit is contained in:
parent
12b7556ef4
commit
1d5d54832a
1 changed files with 2 additions and 0 deletions
|
@ -154,6 +154,8 @@ init_sys(void)
|
||||||
exit(EXIT_FAILURE);
|
exit(EXIT_FAILURE);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
maxconnections = limit.rlim_cur;
|
||||||
#endif /* RLIMIT_NOFILE */
|
#endif /* RLIMIT_NOFILE */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue