Skip to content

Commit

Permalink
Delete FLAGS_load_data_interval_secs.
Browse files Browse the repository at this point in the history
  • Loading branch information
CPWstatic committed Dec 27, 2019
1 parent 9b65c84 commit d9fddd2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/tools/db-dump/DbDumper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ Status DbDumper::init() {
}

Status DbDumper::initMeta() {
FLAGS_load_data_interval_secs = 3600;
auto addrs = network::NetworkUtils::toHosts(FLAGS_meta_server);
if (!addrs.ok()) {
return addrs.status();
Expand Down
1 change: 0 additions & 1 deletion src/tools/db-dump/DbDumper.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ DECLARE_string(vids);
DECLARE_string(tags);
DECLARE_string(edges);
DECLARE_int64(limit);
DECLARE_int32(load_data_interval_secs);

namespace nebula {
namespace storage {
Expand Down

0 comments on commit d9fddd2

Please sign in to comment.