From: Thorsten Date: Tue, 23 Apr 2024 17:25:02 +0000 (+0200) Subject: let buggy clients have ordered messages (yes, you, gajim) X-Git-Url: https://git.aero2k.de/?a=commitdiff_plain;h=af8724a359a4a4a24eb452116d40faf5624f5ee2;p=urlbot-v3.git let buggy clients have ordered messages (yes, you, gajim) --- 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: