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

Commit

Permalink
changed cron for auth code deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
Armin-Isenring-Bit committed Apr 12, 2022
1 parent 51f3955 commit 9a38bf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ authcodegeneration:
service:
callCountLimit: 1
codeExpirationDelay: 1440
deletionCron: "0 0 2 * * ?"
deletionCron: "0 55 1 * * ?"
onsetSubtractionDays: 2
requestTime: 500
sleepLogInterval: 30000
Expand Down

0 comments on commit 9a38bf2

Please sign in to comment.