aboutsummaryrefslogtreecommitdiff
path: root/src/zenserver/config.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/zenserver/config.cpp')
-rw-r--r--src/zenserver/config.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zenserver/config.cpp b/src/zenserver/config.cpp
index af718633f..e33b6caf3 100644
--- a/src/zenserver/config.cpp
+++ b/src/zenserver/config.cpp
@@ -893,7 +893,7 @@ ParseCliOptions(int argc, char* argv[], ZenServerOptions& ServerOptions)
"",
"gc-v2",
"Use V2 of GC implementation or not.",
- cxxopts::value<bool>(ServerOptions.GcConfig.UseGCV2)->default_value("false"),
+ cxxopts::value<bool>(ServerOptions.GcConfig.UseGCV2)->default_value("true"),
"");
options.add_option("gc",