+1355. [tuning] Reduce the number of events / quantum for zone tasks.
+
1354. [doc] lwres man pages had illegal nroff.
1353. [contrib] sdb/ldap to version 0.9.
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: zone.c,v 1.333.2.12 2002/08/02 04:28:03 marka Exp $ */
+/* $Id: zone.c,v 1.333.2.13 2002/08/06 02:24:15 marka Exp $ */
#include <config.h>
/* Create the zone task pool. */
result = isc_taskpool_create(taskmgr, mctx,
- 8 /* XXX */, 0, &zmgr->zonetasks);
+ 8 /* XXX */, 2, &zmgr->zonetasks);
if (result != ISC_R_SUCCESS)
goto free_rwlock;