We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 413ede9 commit fd2ca00Copy full SHA for fd2ca00
packaging/conf/pbm-conf-reference.yml
@@ -69,8 +69,8 @@
69
## Retry upload configuration options.
70
# retryer:
71
# numMaxRetries: 3
72
-# minRetryDelay: 30
73
-# maxRetryDelay: 5
+# minRetryDelay: 30ms
+# maxRetryDelay: 300s
74
#
75
## The maximum object size that will be stored on the storage
76
# maxObjSizeGB: 5018
@@ -183,6 +183,12 @@
183
# credentials:
184
# key:
185
186
+## Retry upload configuration options.
187
+# retryer:
188
+# numMaxRetries: 3
189
+# minRetryDelay: 800ms
190
+# maxRetryDelay: 60s
191
+#
192
193
# maxObjSizeGB: 194560
194
0 commit comments