Increases the timeout values - Ref #797

This commit is contained in:
erwanlr
2015-04-03 17:10:07 +01:00
parent 413ee7a6d3
commit dc20ef0754
6 changed files with 11 additions and 11 deletions

View File

@@ -10,9 +10,9 @@
"cache_ttl": 600, // 10 minutes, at this time the cache is cleaned before each scan. If this value is set to 0, the cache will be disabled
"request_timeout": 4, // 4s
"request_timeout": 60, // 1min
"connect_timeout": 2, // 2s
"connect_timeout": 5, // 5s
"max_threads": 20
}