summaryrefslogtreecommitdiff
path: root/etc/object-server.conf-sample
diff options
context:
space:
mode:
Diffstat (limited to 'etc/object-server.conf-sample')
-rw-r--r--etc/object-server.conf-sample7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/object-server.conf-sample b/etc/object-server.conf-sample
index d82a18a65..3e4dd8896 100644
--- a/etc/object-server.conf-sample
+++ b/etc/object-server.conf-sample
@@ -87,6 +87,13 @@ bind_port = 6200
# and not greater than the container services reclaim_age
# reclaim_age = 604800
#
+# Non-durable data files may also get reclaimed if they are older than
+# reclaim_age, but not if the time they were written to disk (i.e. mtime) is
+# less than commit_window seconds ago. A commit_window greater than zero is
+# strongly recommended to avoid unintended reclamation of data files that were
+# about to become durable; commit_window should be much less than reclaim_age.
+# commit_window = 60.0
+#
# You can set scheduling priority of processes. Niceness values range from -20
# (most favorable to the process) to 19 (least favorable to the process).
# nice_priority =