Skip to content

Commit

Permalink
remove discarded flag (#3863)
Browse files Browse the repository at this point in the history
  • Loading branch information
darionyaphet authored Feb 9, 2022
1 parent 51d7eb3 commit f5e93e6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/daemons/MetaDaemon.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ DEFINE_bool(reuse_port, true, "Whether to turn on the SO_REUSEPORT option");
DECLARE_string(data_path);
DECLARE_string(meta_server_addrs);

// DEFINE_string(local_ip, "", "Local ip specified for
// NetworkUtils::getLocalIP");
DEFINE_int32(meta_http_thread_num, 3, "Number of meta daemon's http thread");
DEFINE_string(pid_file, "pids/nebula-metad.pid", "File to hold the process id");
DEFINE_bool(daemonize, true, "Whether run as a daemon process");
Expand Down
2 changes: 0 additions & 2 deletions src/meta/http/MetaHttpIngestHandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
DECLARE_int32(ws_storage_http_port);
DECLARE_int32(ws_storage_h2_port);

DEFINE_int32(meta_ingest_thread_num, 3, "Meta daemon's ingest thread number");

namespace nebula {
namespace meta {

Expand Down

0 comments on commit f5e93e6

Please sign in to comment.