diff options
| author | Stefan Boberg <[email protected]> | 2024-04-11 09:04:59 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2024-04-11 09:04:59 +0200 |
| commit | 420ccc78bd3d144deb72a87a202bb4338e25ad12 (patch) | |
| tree | 76660041e87d27a00d928751ce5cdf2a8030ab3f | |
| parent | 5.4.4 (diff) | |
| download | zen-420ccc78bd3d144deb72a87a202bb4338e25ad12.tar.xz zen-420ccc78bd3d144deb72a87a202bb4338e25ad12.zip | |
typo fix in gc.lightweightintervalseconds
| -rw-r--r-- | src/zenserver/config.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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, |