Change Messaging import frequency

This commit is contained in:
Charles Bochet
2024-07-01 14:22:31 +02:00
parent 8c33d91734
commit b371c77284
2 changed files with 2 additions and 6 deletions

View File

@ -23,7 +23,7 @@ export class MessagingMessagesImportCronCommand extends CommandRunner {
undefined,
{
repeat: {
every: 10000,
every: 30000,
},
},
);