Show More
@@ -311,6 +311,11 b' archive_cache.objectstore.secret = secre' | |||
|
311 | 311 | ; default is 8 shards |
|
312 | 312 | archive_cache.objectstore.bucket_shards = 8 |
|
313 | 313 | |
|
314 | ; a top-level bucket to put all other sharded buckets in | |
|
315 | ; in case it's empty all buckets will be created in top-level (not recommended) | |
|
316 | ; objects will be stored in rhodecode-archive-cache/shard-bucket-N based on the bucket_shards number | |
|
317 | archive_cache.objectstore.bucket_root = rhodecode-archive-cache | |
|
318 | ||
|
314 | 319 | ; if true, this cache will try to retry with retry_attempts=N times waiting retry_backoff time |
|
315 | 320 | archive_cache.objectstore.retry = false |
|
316 | 321 |
@@ -279,6 +279,11 b' archive_cache.objectstore.secret = secre' | |||
|
279 | 279 | ; default is 8 shards |
|
280 | 280 | archive_cache.objectstore.bucket_shards = 8 |
|
281 | 281 | |
|
282 | ; a top-level bucket to put all other sharded buckets in | |
|
283 | ; in case it's empty all buckets will be created in top-level (not recommended) | |
|
284 | ; objects will be stored in rhodecode-archive-cache/shard-bucket-N based on the bucket_shards number | |
|
285 | archive_cache.objectstore.bucket_root = rhodecode-archive-cache | |
|
286 | ||
|
282 | 287 | ; if true, this cache will try to retry with retry_attempts=N times waiting retry_backoff time |
|
283 | 288 | archive_cache.objectstore.retry = false |
|
284 | 289 |
@@ -279,6 +279,11 b' archive_cache.objectstore.secret = secre' | |||
|
279 | 279 | ; default is 8 shards |
|
280 | 280 | archive_cache.objectstore.bucket_shards = 8 |
|
281 | 281 | |
|
282 | ; a top-level bucket to put all other sharded buckets in | |
|
283 | ; in case it's empty all buckets will be created in top-level (not recommended) | |
|
284 | ; objects will be stored in rhodecode-archive-cache/shard-bucket-N based on the bucket_shards number | |
|
285 | archive_cache.objectstore.bucket_root = rhodecode-archive-cache | |
|
286 | ||
|
282 | 287 | ; if true, this cache will try to retry with retry_attempts=N times waiting retry_backoff time |
|
283 | 288 | archive_cache.objectstore.retry = false |
|
284 | 289 |
General Comments 0
You need to be logged in to leave comments.
Login now