Merge "Added static large object section to config."

This commit is contained in:
Jenkins
2014-02-13 17:28:21 +00:00
committed by Gerrit Code Review
2 changed files with 9 additions and 0 deletions

View File

@@ -123,3 +123,7 @@ class ObjectStorageAPIConfig(ConfigSectionInterface):
@property
def formpost_key_cache_time(self):
return self.get('formpost_key_cache_time')
@property
def min_slo_segment_size(self):
return int(self.get('min_slo_segment_size', 1048576))

View File

@@ -52,6 +52,11 @@ password=testing
# By default, no excluded features are set.
# excluded_features=
# Static Large Objects
# --------------------
# Set what the smallest size of a non-terminal segment is.
# min_slo_segment_size=1048576
# object_expirer_run_interval - defines the interval that the script which
# removes expiring objects runs.
# object_expirer_run_interval=60