diff --git a/arangod/VocBase/LogicalCollection.cpp b/arangod/VocBase/LogicalCollection.cpp index c4b8f19525..afdbc4a413 100644 --- a/arangod/VocBase/LogicalCollection.cpp +++ b/arangod/VocBase/LogicalCollection.cpp @@ -1463,7 +1463,6 @@ std::shared_ptr LogicalCollection::createIndex(Transaction* trx, int res = fillIndexes(trx, indexListLocal, false); if (res != TRI_ERROR_NO_ERROR) { - usleep(1000000); THROW_ARANGO_EXCEPTION(res); }