Have Nextcloud watch for filesystem changes

This commit is contained in:
Jake Howard 2025-11-03 14:10:18 +00:00
parent da8003ce61
commit cb9cbd0065
No known key found for this signature in database
GPG key ID: 57AFB45680EDD477

View file

@ -57,4 +57,5 @@ $CONFIG = array (
# Allow Nextcloud to talk to other services
'allow_local_remote_servers' => true,
'maintenance_window_start' => 18,
'filesystem_check_changes' => 1,
);