aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorVincent Petry <vincent@nextcloud.com>2022-09-16 14:39:13 +0200
committerGitHub <noreply@github.com>2022-09-16 14:39:13 +0200
commit1025d049c770e0512cc4074d60ed1486668a888e (patch)
tree8d23e01d4639156845f6d22514c174f3bb6ecce3 /config
parentb3ca186d2ddaea953d7fec53055947428183b1fd (diff)
parentf41209a0614a317857b77d3be80cd7ef4dbb4695 (diff)
downloadnextcloud-server-1025d049c770e0512cc4074d60ed1486668a888e.tar.gz
nextcloud-server-1025d049c770e0512cc4074d60ed1486668a888e.zip
Merge pull request #24596 from kofemann/dcache-worm
make NextCloud WORM file system friendly
Diffstat (limited to 'config')
-rw-r--r--config/config.sample.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index 743d86b12fc..104b3e32546 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -1911,6 +1911,14 @@ $CONFIG = [
'localstorage.umask' => 0022,
/**
+ * This options allows storage systems that don't allow to modify existing files
+ * to overcome this limitation by removing the files before overwriting.
+ *
+ * Defaults to ``false``
+ */
+'localstorage.unlink_on_truncate' => false,
+
+/**
* EXPERIMENTAL: option whether to include external storage in quota
* calculation, defaults to false.
*