Turn the chaos knob off by default.
This commit is contained in:
parent
40b4f3b2f1
commit
4b87716475
|
@ -31,7 +31,6 @@
|
|||
#include "flow/flow.h"
|
||||
#include "fdbrpc/IAsyncFile.h"
|
||||
#include "flow/ActorCollection.h"
|
||||
#include "flow/network.h"
|
||||
#include "fdbrpc/simulator.h"
|
||||
#include "fdbrpc/TraceFileIO.h"
|
||||
#include "fdbrpc/RangeMap.h"
|
||||
|
|
|
@ -67,7 +67,7 @@ void FlowKnobs::initialize(Randomize randomize, IsSimulated isSimulated) {
|
|||
init( HUGE_ARENA_LOGGING_INTERVAL, 5.0 );
|
||||
|
||||
// Chaos testing
|
||||
init( ENABLE_CHAOS_FEATURES, true );
|
||||
init( ENABLE_CHAOS_FEATURES, false );
|
||||
init( CHAOS_LOGGING_INTERVAL, 5.0 );
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue