diff --git a/app/flood.py b/app/flood.py index bc7fc1d..088cf64 100644 --- a/app/flood.py +++ b/app/flood.py @@ -31,7 +31,7 @@ def setup(violations_threshold=100): threshold = violations_threshold scheduler = BackgroundScheduler() - scheduler.add_job(func=forgive_banned, trigger="interval", minutes=480) + scheduler.add_job(func=forgive_banned, trigger="interval", minutes=30) scheduler.start() # Shut down the scheduler when exiting the app