mirror of
https://github.com/xroche/httrack.git
synced 2026-05-31 15:50:32 +03:00
Timeout=30
This commit is contained in:
@@ -86,7 +86,7 @@ function start-crawl {
|
||||
debug "remaining args: ${@:${pos}}"
|
||||
|
||||
# ut/ won't exceed 2 minutes
|
||||
moreargs="--quiet --max-time=120 --connection-per-second=5"
|
||||
moreargs="--quiet --max-time=120 --timeout=30 --connection-per-second=5"
|
||||
|
||||
# proxy environment ?
|
||||
if test -n "$http_proxy"; then
|
||||
|
||||
Reference in New Issue
Block a user