Skip to content

Commit

Permalink
Update the load_data_interval_secs to be 1 second (vesoft-inc#1156)
Browse files Browse the repository at this point in the history
  • Loading branch information
dangleptr authored Nov 2, 2019
1 parent 9e7f8d8 commit 9dbb18f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/meta/client/MetaClient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#include "meta/GflagsManager.h"
#include "base/Configuration.h"

DEFINE_int32(load_data_interval_secs, 2 * 60, "Load data interval");
DEFINE_int32(load_data_interval_secs, 1, "Load data interval");
DEFINE_int32(heartbeat_interval_secs, 10, "Heartbeat interval");
DEFINE_int32(meta_client_retry_times, 3, "meta client retry times, 0 means no retry");
DEFINE_int32(meta_client_retry_interval_secs, 1, "meta client sleep interval between retry");
Expand Down

0 comments on commit 9dbb18f

Please sign in to comment.