Skip to content
Snippets Groups Projects
Commit be88f289 authored by Piero Toffanin's avatar Piero Toffanin
Browse files

More forgiving

parent 1dddcea7
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment