mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-31 21:41:33 +00:00
Activating new users far more quickly.
This commit is contained in:
parent
52693b7066
commit
64ecd83bf4
1 changed files with 1 additions and 1 deletions
|
@ -376,7 +376,7 @@ CELERYBEAT_SCHEDULE = {
|
|||
},
|
||||
'activate-next-new-user': {
|
||||
'task': 'activate-next-new-user',
|
||||
'schedule': datetime.timedelta(minutes=5),
|
||||
'schedule': datetime.timedelta(minutes=2),
|
||||
'options': {'queue': 'beat_tasks'},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue