reduce MAX_IGNORED_BLOCK for testing
This commit is contained in:
parent
1fa3d45445
commit
269f3f1bd8
@ -13,7 +13,7 @@ var bcoin = require('fcoin');
|
||||
var _ = require('lodash');
|
||||
var LRU = require('lru-cache');
|
||||
|
||||
const MAX_IGNORED_BLOCK = 32; //Maximum ignored block allowed before trigging sync again
|
||||
const MAX_IGNORED_BLOCK = 10; //Maximum ignored block allowed before trigging sync again
|
||||
var __TestingCount = 5;
|
||||
|
||||
var BlockService = function(options) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user