1
0
Fork 0

removed a left-over usleep

This commit is contained in:
jsteemann 2017-02-01 13:00:18 +01:00
parent e2a312450f
commit e9709763f7
1 changed files with 0 additions and 1 deletions

View File

@ -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);
}