mirror of
https://github.com/laurent22/joplin.git
synced 2026-06-18 20:16:34 +02:00
Server: Fixed HandleOversizedAccounts task interval
This commit is contained in:
@@ -26,7 +26,7 @@ export default function(env: Env, models: Models, config: Config): TaskService {
|
||||
{
|
||||
id: TaskId.HandleOversizedAccounts,
|
||||
description: 'Process oversized accounts',
|
||||
schedule: '0 */2 30 * *',
|
||||
schedule: '30 */2 * * *',
|
||||
run: (models: Models) => models.user().handleOversizedAccounts(),
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user