Skip to content

Commit fd2ca00

Browse files
committed
Add configuration reference for Azure retryer
1 parent 413ede9 commit fd2ca00

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

packaging/conf/pbm-conf-reference.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@
6969
## Retry upload configuration options.
7070
# retryer:
7171
# numMaxRetries: 3
72-
# minRetryDelay: 30
73-
# maxRetryDelay: 5
72+
# minRetryDelay: 30ms
73+
# maxRetryDelay: 300s
7474
#
7575
## The maximum object size that will be stored on the storage
7676
# maxObjSizeGB: 5018
@@ -183,6 +183,12 @@
183183
# credentials:
184184
# key:
185185
#
186+
## Retry upload configuration options.
187+
# retryer:
188+
# numMaxRetries: 3
189+
# minRetryDelay: 800ms
190+
# maxRetryDelay: 60s
191+
#
186192
## The maximum object size that will be stored on the storage
187193
# maxObjSizeGB: 194560
188194

0 commit comments

Comments
 (0)