1
0
Fork 0

Reduce timeout to get users data on coordinator.

This commit is contained in:
Max Neunhoeffer 2014-05-28 22:59:37 +02:00
parent d8889bc6a7
commit cf35550057
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@ int usersOnCoordinator (std::string const& dbname,
"/_db/" + StringUtils::urlEncode(dbname) + "/_api/simple/all",
body,
true,
headers, NULL, 300.0);
headers, NULL, 10.0);
delete res;
}