From af8724a359a4a4a24eb452116d40faf5624f5ee2 Mon Sep 17 00:00:00 2001 From: Thorsten Date: Tue, 23 Apr 2024 19:25:02 +0200 Subject: [PATCH] let buggy clients have ordered messages (yes, you, gajim) --- src/distbot/bot/action_worker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/distbot/bot/action_worker.py b/src/distbot/bot/action_worker.py index b1f9571..d441850 100644 --- a/src/distbot/bot/action_worker.py +++ b/src/distbot/bot/action_worker.py @@ -128,7 +128,7 @@ class ActionWorker(object): logger.debug("Executing action %s", action) # to prevent really stupid clients not scrolling at incoming messages very quickly. - delay = 0.5 + delay = 1.0 try: if action.event: if action.event.stop_event: -- 2.39.2