We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13631d2 commit 66945b7Copy full SHA for 66945b7
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(5)
+ await asyncio.sleep(7)
75
await asyncio.sleep(1)
0 commit comments