Merge "Document slow option in etc/object-server.conf"

This commit is contained in:
Jenkins 2016-02-02 10:38:52 +00:00 committed by Gerrit Code Review
commit 758cbf45c8

View File

@ -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