Increases default connect-timeout to 10s - Fixes #803

This commit is contained in:
erwanlr
2015-04-10 16:58:21 +01:00
parent 36f6f98ce7
commit 4fbc535b0c
6 changed files with 6 additions and 6 deletions

View File

@@ -74,7 +74,7 @@ class Browser
# 10 minutes, at this time the cache is cleaned before each scan. If this value is set to 0, the cache will be disabled
@cache_ttl = 600
@request_timeout = 60 # 60s
@connect_timeout = 5 # 5s
@connect_timeout = 10 # 10s
@user_agent = "WPScan v#{WPSCAN_VERSION} (http://wpscan.org)"
end