mirror of https://gitee.com/bigwinds/arangodb
increase query setup timeout
This commit is contained in:
parent
23b8e5c735
commit
adc36c729f
|
@ -50,7 +50,7 @@ using namespace arangodb::aql;
|
|||
|
||||
namespace {
|
||||
|
||||
const double SETUP_TIMEOUT = 25.0;
|
||||
const double SETUP_TIMEOUT = 90.0;
|
||||
|
||||
Result ExtractRemoteAndShard(VPackSlice keySlice, size_t& remoteId, std::string& shardId) {
|
||||
TRI_ASSERT(keySlice.isString()); // used as a key in Json
|
||||
|
|
Loading…
Reference in New Issue