configure testing parameters
This commit is contained in:
parent
816e377586
commit
19657aa66a
@ -13,7 +13,7 @@ var bcoin = require('fcoin');
|
||||
var _ = require('lodash');
|
||||
var LRU = require('lru-cache');
|
||||
|
||||
const MAX_IGNORED_BLOCK = 100; //Maximum ignored block allowed before trigging sync again
|
||||
const MAX_IGNORED_BLOCK = 5; //Maximum ignored block allowed before trigging sync again
|
||||
var __TestingCount = 2;
|
||||
|
||||
var BlockService = function(options) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user