From ecb3de3b4943245fa142138b7f6b809be97c4ab7 Mon Sep 17 00:00:00 2001 From: Balachandar Namasivayam Date: Wed, 17 Jul 2019 17:36:09 -0700 Subject: [PATCH] Fixed space issue. --- fdbserver/Knobs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fdbserver/Knobs.cpp b/fdbserver/Knobs.cpp index e2563ef833..5867a7a05d 100644 --- a/fdbserver/Knobs.cpp +++ b/fdbserver/Knobs.cpp @@ -404,7 +404,7 @@ ServerKnobs::ServerKnobs(bool randomize, ClientKnobs* clientKnobs) { init( INITIAL_DURABILITY_LAG_MULTIPLIER, 1.02 ); init( DURABILITY_LAG_REDUCTION_RATE, 0.9999 ); init( DURABILITY_LAG_INCREASE_RATE, 1.001 ); - init( STORAGE_SERVER_LIST_FETCH_TIMEOUT, 20.0 ); + init( STORAGE_SERVER_LIST_FETCH_TIMEOUT, 20.0 ); //Storage Metrics init( STORAGE_METRICS_AVERAGE_INTERVAL, 120.0 );