mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-24 15:47:18 -04:00
changed default T2_TASKS_MIN to 10k in test 2
This commit is contained in:
parent
91bc98e0bb
commit
e1bb80ea30
1 changed files with 1 additions and 1 deletions
|
|
@ -385,7 +385,7 @@ t1() {
|
|||
t_result(result);
|
||||
}
|
||||
|
||||
#define T2_NTASKS 8192
|
||||
#define T2_NTASKS 10000
|
||||
|
||||
static isc_event_t *T2_event;
|
||||
static isc_taskmgr_t *T2_manager;
|
||||
|
|
|
|||
Loading…
Reference in a new issue