mirror of https://gitee.com/bigwinds/arangodb
Reduce timeout to get users data on coordinator.
This commit is contained in:
parent
d8889bc6a7
commit
cf35550057
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue