decrease clearing period

This commit is contained in:
prance 2022-01-30 19:37:09 +01:00
parent cf9eb34e96
commit 767091c4b8

View File

@ -149,6 +149,6 @@ CELERY_TIMEZONE = "Europe/Warsaw"
CELERY_BEAT_SCHEDULE = {
'clear_sessions': {
'task': 'clear_sessions',
'schedule': 60.0,
'schedule': 20.0,
}
}