fix: change default scan interval to every 8 hours

This commit is contained in:
Gauthier Roebroeck 2021-12-13 20:48:58 +08:00
parent db89704691
commit 8eef8d99c9

View File

@ -8,7 +8,7 @@ logging:
org.apache.activemq.audit: WARN
komga:
libraries-scan-cron: "0 */15 * * * ?"
libraries-scan-cron: "0 0 */8 * * ?"
libraries-scan-directory-exclusions:
- "#recycle"
- "@eaDir"