Skip to content

Commit 21cf08a

Browse files
authored
Merge pull request #458 from Unpackerr/dn2_examples
Update unpackerr.conf.example
2 parents 66f0d2d + b27e2f7 commit 21cf08a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

examples/unpackerr.conf.example

+3
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ start_delay = "1m"
5353
## extraction will start again. Uses Go Duration.
5454
retry_delay = "5m"
5555

56+
## How many times to retry a failed extraction. Pauses retry_delay between attempts.
57+
max_retries = 3
58+
5659
## How many files may be extracted in parallel. 1 works fine.
5760
## Do not wrap the number in quotes. Raise this only if you have fast disks and CPU.
5861
parallel = 1

0 commit comments

Comments
 (0)