diff options
Diffstat (limited to 'whiteboard.cpp')
-rw-r--r-- | whiteboard.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/whiteboard.cpp b/whiteboard.cpp index 35ae30b..a49ef73 100644 --- a/whiteboard.cpp +++ b/whiteboard.cpp @@ -79,7 +79,7 @@ void Whiteboard::storage_cleanup() throw std::runtime_error("Storage not initialized"); m_storage->cleanup(); } - std::this_thread::sleep_for(std::chrono::minutes(10)); + std::this_thread::sleep_for(std::chrono::hours(24)); } } |