mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
do not clamp nworkers
This commit is contained in:
parent
994ba9c913
commit
274043cd54
1 changed files with 0 additions and 2 deletions
|
|
@ -75,8 +75,6 @@ main(int argc, char *argv[]) {
|
|||
nworkers = atoi(argv[1]);
|
||||
else
|
||||
nworkers = 2;
|
||||
if (nworkers > 24)
|
||||
nworkers = 24;
|
||||
printf("%d workers\n", nworkers);
|
||||
|
||||
INSIST(isc_rwlock_init(&lock, 5, 10) == ISC_R_SUCCESS);
|
||||
|
|
|
|||
Loading…
Reference in a new issue