diff --git a/tiifetch.tcl b/tiifetch.tcl index 24a5f75..c483f97 100755 --- a/tiifetch.tcl +++ b/tiifetch.tcl @@ -154,7 +154,7 @@ proc getfile {url} { } else {return {}} } https - http { - set hs [::http::geturl $url -binary 1 -keepalive 0 -timeout 4000] + set hs [::http::geturl $url -binary 1 -keepalive 0 -timeout 10000] if {[::http::ncode $hs] eq "200"} { return [::http::data $hs] } else {return {}}