From 298bbbecf5f5e9a1916279b725a1706f9b5ce3ef Mon Sep 17 00:00:00 2001 From: Stefan Boberg Date: Fri, 3 Sep 2021 16:57:29 +0200 Subject: Removed legacy key-value cache (may be reinstated in another form in the future) --- zenserver/config.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'zenserver/config.cpp') diff --git a/zenserver/config.cpp b/zenserver/config.cpp index 8fe9f72f2..06b355b7a 100644 --- a/zenserver/config.cpp +++ b/zenserver/config.cpp @@ -235,8 +235,6 @@ ParseServiceConfig(const std::filesystem::path& DataRoot, ZenServiceConfig& Serv throw std::exception("fatal zen global config script ({}) failure: {}"_format(ConfigScript, e.what()).c_str()); } - ServiceConfig.LegacyCacheEnabled = lua["legacycache"]["enable"].get_or(ServiceConfig.LegacyCacheEnabled); - const std::string path = lua["legacycache"]["readpath"].get_or(std::string()); ServiceConfig.MeshEnabled = lua["mesh"]["enable"].get_or(ServiceConfig.MeshEnabled); auto UpdateStringValueFromConfig = [](const sol::table& Table, std::string_view Key, std::string& OutValue) { -- cgit v1.2.3