We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e090540 commit 13631d2Copy full SHA for 13631d2
1 file changed
wall_e/utilities/log_channel.py
@@ -71,5 +71,5 @@ async def write_to_bot_log_channel(logger, config, bot, file_path, chan_id, chan
71
if message_sent and channels_with_rate_limit:
72
# adding a sleep cause the amount of debug logs that I print due to the wall_e_models module can
73
# trigger a Rate Limit exception if done too fast
74
- await asyncio.sleep(3)
+ await asyncio.sleep(5)
75
await asyncio.sleep(1)
0 commit comments