1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-08-01 16:49:09 +00:00

Fix a wrong setting

This commit is contained in:
gzfrozen 2024-01-27 21:52:22 +09:00
commit 1c220daf5f
No known key found for this signature in database
GPG key ID: BC90DB8D05A85B93

View file

@ -147,7 +147,7 @@
##
## Cron schedule of the job that cleans old auth requests from the auth request.
## Defaults to every minute. Set blank to disable this job.
# EVENT_CLEANUP_SCHEDULE="30 * * * * *"
# AUTH_REQUEST_PURGE_SCHEDULE="30 * * * * *"
########################
### General settings ###