forked from pub-solar/infra
fix(nextcloud): define a maintenance window for
resource intensive background jobs. Docs: https://docs.nextcloud.com/server/28/admin_manual/configuration_server/background_jobs_configuration.html > A value of 1 e.g. will only run these background jobs between 01:00am UTC and 05:00am UTC
This commit is contained in:
parent
9ec77e2a30
commit
18a62b8d35
|
@ -97,6 +97,7 @@
|
|||
integrity.check.disabled = false;
|
||||
updater.release.channel = "stable";
|
||||
loglevel = 0;
|
||||
maintenance_window_start = "1";
|
||||
# maintenance = false;
|
||||
app_install_overwrite = [
|
||||
"pdfdraw"
|
||||
|
|
Loading…
Reference in a new issue