Merge "Added static large object section to config."
This commit is contained in:
@@ -123,3 +123,7 @@ class ObjectStorageAPIConfig(ConfigSectionInterface):
|
|||||||
@property
|
@property
|
||||||
def formpost_key_cache_time(self):
|
def formpost_key_cache_time(self):
|
||||||
return self.get('formpost_key_cache_time')
|
return self.get('formpost_key_cache_time')
|
||||||
|
|
||||||
|
@property
|
||||||
|
def min_slo_segment_size(self):
|
||||||
|
return int(self.get('min_slo_segment_size', 1048576))
|
||||||
|
|||||||
@@ -52,6 +52,11 @@ password=testing
|
|||||||
# By default, no excluded features are set.
|
# By default, no excluded features are set.
|
||||||
# excluded_features=
|
# 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
|
# object_expirer_run_interval - defines the interval that the script which
|
||||||
# removes expiring objects runs.
|
# removes expiring objects runs.
|
||||||
# object_expirer_run_interval=60
|
# object_expirer_run_interval=60
|
||||||
|
|||||||
Reference in New Issue
Block a user