mirror of https://gitee.com/bigwinds/arangodb
removed a left-over usleep
This commit is contained in:
parent
e2a312450f
commit
e9709763f7
|
@ -1463,7 +1463,6 @@ std::shared_ptr<Index> LogicalCollection::createIndex(Transaction* trx,
|
|||
int res = fillIndexes(trx, indexListLocal, false);
|
||||
|
||||
if (res != TRI_ERROR_NO_ERROR) {
|
||||
usleep(1000000);
|
||||
THROW_ARANGO_EXCEPTION(res);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue