tune cron schedules

This commit is contained in:
Yan Lin 2025-12-02 02:11:18 +01:00
parent 07e7a68b58
commit b92cae3c69
3 changed files with 5 additions and 16 deletions

View file

@ -90,8 +90,8 @@
# External library management
library = {
scan = {
cronExpression = "0 0 * * *"; # Daily at midnight
enabled = true; # Scan external libraries for changes
cronExpression = "0 19 * * *";
enabled = false; # Scan external libraries for changes
};
watch.enabled = true; # Don't watch for real-time changes (saves resources)
};