Lowered highwater mark.
This commit is contained in:
parent
8873f19a43
commit
b6ca44e414
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user