File tree Expand file tree Collapse file tree 2 files changed +14
-10
lines changed
Expand file tree Collapse file tree 2 files changed +14
-10
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ s3_metadata:
2929 image : ghcr.io/scality/metadata:8.12.0-standalone
3030
3131scuba :
32- image : ghcr.io/scality/scuba:1.1.0-preview.5 -nodesvc-base
32+ image : ghcr.io/scality/scuba:1.1.12 -nodesvc-base
3333
3434scuba_metadata :
3535 image : ghcr.io/scality/metadata:8.12.0-standalone
Original file line number Diff line number Diff line change 44 "logLevel" : " info" ,
55 "dumpLevel" : " info"
66 },
7+ "retry" : {
8+ "minDelayMs" : 100 ,
9+ "maxDelayMs" : 1000 ,
10+ "backoffFactor" : 2 ,
11+ "maxRetryAttempts" : 10
12+ },
713 "queryServer" : {
814 "enable" : false ,
915 "port" : 18100 ,
1016 "listenOn" : " 127.0.0.1" ,
11- "retryDelayMs" : 1000 ,
12- "maxRetryDelayMs" : 1000 ,
1317 "validator" : true ,
14- "maxRetryCount" : 10
18+ "retry" : {
19+ "minDelayMs" : 100 ,
20+ "maxDelayMs" : 2000 ,
21+ "backoffFactor" : 2 ,
22+ "maxRetryAttempts" : 4
23+ }
1524 },
1625 "ingestDaemon" : {
1726 "enable" : false ,
3140 "host" : " 127.0.0.1" ,
3241 "port" : 9000 ,
3342 "refreshPeriodMs" : 5000 ,
34- "retryDelayMs" : 1000 ,
35- "maxRetryDelayMs" : 30000 ,
36- "maxRetryCount" : 10 ,
3743 "maxRecordsPerRequest" : 1000
3844 },
3945 "storageBackend" : {
4955 "repair" : {
5056 "enableAutoRepair" : true ,
5157 "maxPagesBeforeSave" : 100 ,
52- "maxRecordsPerRequest" : 10 ,
53- "maxRetryDelayMs" : 1000 ,
54- "maxRetryCount" : 10
58+ "maxRecordsPerRequest" : 10
5559 },
5660 "downsampleDaemon" : {
5761 "enable" : false ,
You can’t perform that action at this time.
0 commit comments