diff options
author | Roland Reichwein <mail@reichwein.it> | 2023-01-07 14:07:13 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2023-01-07 14:07:13 +0100 |
commit | 63fc8e14be5e450df8ccc18fe76e02c5f0827660 (patch) | |
tree | d1e37837b277b75e0eb9289b41a47f5dc86b4360 /server.cpp | |
parent | 7feaf1a9d7fb09985b9b17cd48fd1aa8eb15d8b3 (diff) |
Test statistics
Diffstat (limited to 'server.cpp')
-rw-r--r-- | server.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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<int>(1, config.Threads()); |