Skip to content
This repository was archived by the owner on Sep 15, 2023. It is now read-only.

Commit 620e66e

Browse files
Merge pull request #46 from admin-ch/feature/PTAPP-1051-fehlende-werte
changed cron for auth code deletion
2 parents 51f3955 + 9a38bf2 commit 620e66e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ authcodegeneration:
114114
service:
115115
callCountLimit: 1
116116
codeExpirationDelay: 1440
117-
deletionCron: "0 0 2 * * ?"
117+
deletionCron: "0 55 1 * * ?"
118118
onsetSubtractionDays: 2
119119
requestTime: 500
120120
sleepLogInterval: 30000

0 commit comments

Comments
 (0)