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

Commit

Permalink
Merge pull request #46 from admin-ch/feature/PTAPP-1051-fehlende-werte
Browse files Browse the repository at this point in the history
changed cron for auth code deletion
  • Loading branch information
Armin-Isenring-Bit authored Apr 12, 2022
2 parents 51f3955 + 9a38bf2 commit 620e66e
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 620e66e

Please sign in to comment.