Skip to content

Commit

Permalink
Added download parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
0xERR0R committed Nov 14, 2021
1 parent 2f79086 commit aa5457d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@ blocking:
refreshPeriod: 4h
# optional: timeout for list download (each url). Default: 60s. Use large values for big lists or slow internet connections
downloadTimeout: 4m
# optional: Download attempt timeout. Default: 60s
downloadAttempts: 5
# optional: Time between the download attempts. Default: 1s
downloadCooldown: 10s
# optional: if true, application startup will fail if at least one list can't be downloaded / opened. Default: false
failStartOnListError: false

Expand Down

0 comments on commit aa5457d

Please sign in to comment.