Lowered highwater mark.

This commit is contained in:
Chris Kleeschulte 2017-03-21 11:42:07 -04:00
parent 8873f19a43
commit b6ca44e414

View File

@ -64,7 +64,7 @@ function Sync(node, db) {
this.node = node;
this.db = db;
this.syncing = false;
this.highWaterMark = 100;
this.highWaterMark = 10;
this.progressBar = null;
this.lastReportedBlock = 0;
}