+1355. [tuning] Reduce the number events / quantum for zone tasks.
+
1354. [bug] Fix DNSSEC wildcard proof for CNAME/DNAME.
1354. [doc] lwres man pages had illegal nroff.
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: zone.c,v 1.374 2002/07/29 06:58:46 marka Exp $ */
+/* $Id: zone.c,v 1.375 2002/08/06 02:16:09 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;