Skip to content

Commit

Permalink
fix: change default scan interval to every 8 hours
Browse files Browse the repository at this point in the history
  • Loading branch information
gotson committed Dec 13, 2021
1 parent db89704 commit 8eef8d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion komga/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8eef8d9

Please sign in to comment.