mirror of
https://github.com/gotson/komga.git
synced 2026-05-08 12:35:30 +02:00
fix: change default scan interval to every 8 hours
This commit is contained in:
parent
db89704691
commit
8eef8d99c9
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ logging:
|
||||||
org.apache.activemq.audit: WARN
|
org.apache.activemq.audit: WARN
|
||||||
|
|
||||||
komga:
|
komga:
|
||||||
libraries-scan-cron: "0 */15 * * * ?"
|
libraries-scan-cron: "0 0 */8 * * ?"
|
||||||
libraries-scan-directory-exclusions:
|
libraries-scan-directory-exclusions:
|
||||||
- "#recycle"
|
- "#recycle"
|
||||||
- "@eaDir"
|
- "@eaDir"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue