1
0
Fork 0

fixed requestTimeout

This commit is contained in:
Jan Steemann 2014-05-26 13:18:58 +02:00
parent 017d36bfc2
commit 0e0b6f34f5
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ namespace triagens {
LOG_FATAL_AND_EXIT("out of memory");
}
_client = new SimpleHttpClient(_connection, 10.0, true);
_client = new SimpleHttpClient(_connection, _requestTimeout, true);
if (_client == 0) {
LOG_FATAL_AND_EXIT("out of memory");