mirror of
https://github.com/sbopkg/sbopkg
synced 2025-01-29 20:34:34 +01:00
bump wget timeout from 10 seconds to 15 seconds; solves some download timeouts for x264 and sourceforge mirrors.
This commit is contained in:
parent
fc71898416
commit
b5f68ad42e
1 changed files with 1 additions and 1 deletions
|
@ -24,4 +24,4 @@ DEBUG=0
|
|||
# add that either. In general, it is not recommended that users
|
||||
# change these default values.
|
||||
RSYNCFLAGS="--verbose --timeout=10"
|
||||
WGETFLAGS="--continue --progress=bar --timeout=10 --tries=5"
|
||||
WGETFLAGS="--continue --progress=bar --timeout=15 --tries=5"
|
||||
|
|
Loading…
Add table
Reference in a new issue