Skip to content

Commit

Permalink
Increase thread archival loop delay to 10 minutes due to ratelimiting
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanC committed Dec 14, 2024
1 parent dd15151 commit 6505038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/threads.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def ExtensionLoader(client: GatewayClient) -> None:
logger.opt(exception=e).error(f"Failed to load {plugin.name} extension")


@arc.utils.interval_loop(seconds=300)
@arc.utils.interval_loop(seconds=600)
async def TaskArchiveThreads(client: GatewayClient) -> None:
"""Automatically archive threads in the configured channels."""

Expand Down

0 comments on commit 6505038

Please sign in to comment.