From e747932819e2a64a1396cfbc3422a9b61c9470dc Mon Sep 17 00:00:00 2001 From: Stefan Boberg Date: Wed, 15 Oct 2025 09:51:52 +0200 Subject: restructured zenserver configuration (#575) this breaks out the configuration logic to allow multiple applications to share common configuration and initialization logic whilst customizing chosen aspects of the process --- src/zenserver/storage/admin/admin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/zenserver/storage/admin/admin.cpp') diff --git a/src/zenserver/storage/admin/admin.cpp b/src/zenserver/storage/admin/admin.cpp index 4803063d7..68b91825d 100644 --- a/src/zenserver/storage/admin/admin.cpp +++ b/src/zenserver/storage/admin/admin.cpp @@ -102,7 +102,7 @@ HttpAdminService::HttpAdminService(GcScheduler& Scheduler, ZenCacheStore* CacheStore, std::function&& FlushFunction, const LogPaths& LogPaths, - const ZenServerOptions& ServerOptions) + const ZenServerConfig& ServerOptions) : m_GcScheduler(Scheduler) , m_BackgroundJobQueue(BackgroundJobQueue) , m_CacheStore(CacheStore) -- cgit v1.2.3