Increase ITERATIONS_PER_REACTOR_CHECK default
This commit is contained in:
parent
e07ae6fdb9
commit
d01f035848
|
@ -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 );
|
||||
|
|
Loading…
Reference in New Issue