1
0
Fork 0
This commit is contained in:
jsteemann 2018-11-21 10:07:35 +01:00
parent cc55ef9f82
commit 0025f82cda
2 changed files with 1 additions and 2 deletions

View File

@ -1361,7 +1361,6 @@ static arangodb::Result fillIndex(transaction::Methods* trx,
}; };
rocksdb::WriteOptions wo; rocksdb::WriteOptions wo;
//wo.disableWAL = true; // breaks tests
bool hasMore = true; bool hasMore = true;
while (hasMore && res.ok()) { while (hasMore && res.ok()) {

View File

@ -106,7 +106,7 @@ const waitForReplication = function() {
} }
internal.sleep(1.0); internal.sleep(1.0);
} }
//internafl.print(state); //internal.print(state);
//internal.print("lastLogTick: " + lastLogTick); //internal.print("lastLogTick: " + lastLogTick);
if (wasOnMaster) { if (wasOnMaster) {