From 63fc8e14be5e450df8ccc18fe76e02c5f0827660 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sat, 7 Jan 2023 14:07:13 +0100 Subject: Test statistics --- server.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server.cpp') diff --git a/server.cpp b/server.cpp index 51e80ba..5d9d7ea 100644 --- a/server.cpp +++ b/server.cpp @@ -59,7 +59,7 @@ Server::~Server() int run_server(Config& config, plugins_container_type& plugins) { - Statistics stats; + Statistics stats(config.statistics_path()); auto const threads = std::max(1, config.Threads()); -- cgit v1.2.3