From ccdf4a9f309af5fe1401a6e4b776b08c3f6a655c Mon Sep 17 00:00:00 2001 From: Christian Schwede Date: Tue, 2 Feb 2016 09:38:55 +0100 Subject: [PATCH] Document slow option in etc/object-server.conf Change-Id: Ic9940b0b830a468887878f7b0d7ca42c2cbbebd5 --- etc/object-server.conf-sample | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/etc/object-server.conf-sample b/etc/object-server.conf-sample index a7921a68ad..6464420ffe 100644 --- a/etc/object-server.conf-sample +++ b/etc/object-server.conf-sample @@ -82,6 +82,10 @@ use = egg:swift#object # set log_address = /dev/log # # max_upload_time = 86400 +# +# slow is the total amount of seconds an object PUT/DELETE request takes at +# least. If it is faster, the object server will sleep this amount of time minus +# the already passed transaction time. # slow = 0 # # Objects smaller than this are not evicted from the buffercache once read