aboutsummaryrefslogtreecommitdiff
path: root/zenserver/config.cpp
diff options
context:
space:
mode:
authorDan Engelbrecht <[email protected]>2022-06-01 10:52:22 +0200
committerDan Engelbrecht <[email protected]>2022-06-01 10:52:22 +0200
commitfaa5ce722c1d2621bab7cc840da5a9bfe8d04d5d (patch)
tree428d0f3e3d25a78305e97542a945cd7f9f4bd6ad /zenserver/config.cpp
parentMake it possible to configure GC monitoring interval (diff)
downloadzen-faa5ce722c1d2621bab7cc840da5a9bfe8d04d5d.tar.xz
zen-faa5ce722c1d2621bab7cc840da5a9bfe8d04d5d.zip
option description
Diffstat (limited to 'zenserver/config.cpp')
-rw-r--r--zenserver/config.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/zenserver/config.cpp b/zenserver/config.cpp
index 0775eb736..c534865dc 100644
--- a/zenserver/config.cpp
+++ b/zenserver/config.cpp
@@ -482,7 +482,7 @@ ParseCliOptions(int argc, char* argv[], ZenServerOptions& ServerOptions)
options.add_option("gc",
"",
"gc-monitor-interval-seconds",
- "Garbage collection interval in seconds. Default set to 0 (Off).",
+ "Garbage collection monitoring interval in seconds.",
cxxopts::value<int32_t>(ServerOptions.GcConfig.MonitorIntervalSeconds)->default_value("30"),
"");
try