Remove ImageCache instance from ServerSettings

This commit is contained in:
badaix 2024-07-01 23:29:26 +02:00
parent 2530a347c2
commit 78cbd3cf5b
6 changed files with 20 additions and 12 deletions

View file

@ -21,7 +21,6 @@
// local headers
#include "common/utils/string_utils.hpp"
#include "image_cache.hpp"
// standard headers
#include <string>
@ -73,7 +72,6 @@ struct ServerSettings
std::vector<std::string> ssl_bind_to_address{{"0.0.0.0"}};
std::string doc_root{""};
std::string host{"<hostname>"};
inline static ImageCache image_cache;
};
struct Tcp