diff --git a/main.cpp b/main.cpp index 19fa8ef..c1b66cd 100644 --- a/main.cpp +++ b/main.cpp @@ -515,7 +515,7 @@ public: notificationManager.Push(std::move(notif)); // send next message the next time notification_idx++; - if (notification_idx >= notification_messages.size()) { + if (notification_idx >= notification_messages.size()/2) { notification_idx = 0; } }