diff options
Diffstat (limited to 'src/zenserver/hub/hub.cpp')
| -rw-r--r-- | src/zenserver/hub/hub.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zenserver/hub/hub.cpp b/src/zenserver/hub/hub.cpp index f2d9b0d45..a6b3a0374 100644 --- a/src/zenserver/hub/hub.cpp +++ b/src/zenserver/hub/hub.cpp @@ -1093,7 +1093,7 @@ Hub::AttemptRecoverInstance(std::string_view ModuleId) void Hub::WatchDog() { - constexpr uint64_t WatchDogWakeupTimeMs = 5000; + constexpr uint64_t WatchDogWakeupTimeMs = 3000; constexpr uint64_t WatchDogProcessingTimeMs = 500; size_t CheckInstanceIndex = SIZE_MAX; // first increment wraps to 0 |