From 420ccc78bd3d144deb72a87a202bb4338e25ad12 Mon Sep 17 00:00:00 2001 From: Stefan Boberg Date: Thu, 11 Apr 2024 09:04:59 +0200 Subject: typo fix in gc.lightweightintervalseconds --- src/zenserver/config.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/zenserver/config.cpp') diff --git a/src/zenserver/config.cpp b/src/zenserver/config.cpp index aa0eedb0e..af718633f 100644 --- a/src/zenserver/config.cpp +++ b/src/zenserver/config.cpp @@ -508,7 +508,7 @@ ParseConfigFile(const std::filesystem::path& Path, LuaOptions.AddOption("gc.lowdiskspacethreshold"sv, ServerOptions.GcConfig.MinimumFreeDiskSpaceToAllowWrites, "gc-low-diskspace-threshold"sv); - LuaOptions.AddOption("gc.lightweightntervalseconds"sv, + LuaOptions.AddOption("gc.lightweightintervalseconds"sv, ServerOptions.GcConfig.LightweightIntervalSeconds, "gc-lightweight-interval-seconds"sv); LuaOptions.AddOption("gc.compactblockthreshold"sv, -- cgit v1.2.3