mirror of https://gitee.com/bigwinds/arangodb
cleanup
This commit is contained in:
parent
cc55ef9f82
commit
0025f82cda
|
@ -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()) {
|
||||||
|
|
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue