From 9a38bf2780707ced6af10bda6c936033ee6691cf Mon Sep 17 00:00:00 2001 From: Armin Isenring Date: Tue, 12 Apr 2022 21:01:08 +0200 Subject: [PATCH] changed cron for auth code deletion --- src/main/resources/application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 4991393..316f7f0 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -114,7 +114,7 @@ authcodegeneration: service: callCountLimit: 1 codeExpirationDelay: 1440 - deletionCron: "0 0 2 * * ?" + deletionCron: "0 55 1 * * ?" onsetSubtractionDays: 2 requestTime: 500 sleepLogInterval: 30000