Skip to content

Commit 66945b7

Browse files
committed
adding more delay cause of continous warnings about member_update_listener_debug
1 parent 13631d2 commit 66945b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wall_e/utilities/log_channel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,5 @@ async def write_to_bot_log_channel(logger, config, bot, file_path, chan_id, chan
7171
if message_sent and channels_with_rate_limit:
7272
# adding a sleep cause the amount of debug logs that I print due to the wall_e_models module can
7373
# trigger a Rate Limit exception if done too fast
74-
await asyncio.sleep(5)
74+
await asyncio.sleep(7)
7575
await asyncio.sleep(1)

0 commit comments

Comments
 (0)