aboutsummaryrefslogtreecommitdiff
path: root/Museum.h
diff options
context:
space:
mode:
Diffstat (limited to 'Museum.h')
-rw-r--r--Museum.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Museum.h b/Museum.h
index 378e449..b5e8c2a 100644
--- a/Museum.h
+++ b/Museum.h
@@ -25,7 +25,7 @@ private:
bool paused = false;
private:
- static constexpr std::chrono::milliseconds tick_interval = 10ms;
+ static constexpr std::chrono::milliseconds tick_interval = 15ms;
bool working = true;
std::thread * worker = nullptr;
void work();