Lowered highwater mark.
This commit is contained in:
parent
8873f19a43
commit
b6ca44e414
@ -64,7 +64,7 @@ function Sync(node, db) {
|
|||||||
this.node = node;
|
this.node = node;
|
||||||
this.db = db;
|
this.db = db;
|
||||||
this.syncing = false;
|
this.syncing = false;
|
||||||
this.highWaterMark = 100;
|
this.highWaterMark = 10;
|
||||||
this.progressBar = null;
|
this.progressBar = null;
|
||||||
this.lastReportedBlock = 0;
|
this.lastReportedBlock = 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user