Increase ITERATIONS_PER_REACTOR_CHECK default

This commit is contained in:
sfc-gh-tclinkenbeard 2022-02-17 13:45:17 -08:00
parent e07ae6fdb9
commit d01f035848
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ void FlowKnobs::initialize(Randomize randomize, IsSimulated isSimulated) {
init( MIN_LOGGED_PRIORITY_BUSY_FRACTION, 0.05 );
init( CERT_FILE_MAX_SIZE, 5 * 1024 * 1024 );
init( READY_QUEUE_RESERVED_SIZE, 8192 );
init( ITERATIONS_PER_REACTOR_CHECK, 5 );
init( ITERATIONS_PER_REACTOR_CHECK, 100 );
//Network
init( PACKET_LIMIT, 100LL<<20 );