2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

do not clamp nworkers

This commit is contained in:
Bob Halley
1998-11-12 22:28:43 +00:00
parent 994ba9c913
commit 274043cd54

View File

@@ -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);