tune cron schedules
This commit is contained in:
parent
07e7a68b58
commit
b92cae3c69
3 changed files with 5 additions and 16 deletions
|
|
@ -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)
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue