configure testing parameters

This commit is contained in:
sairajzero 2023-01-18 00:12:23 +05:30
parent 816e377586
commit 19657aa66a

View File

@ -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) {