reduce MAX_IGNORED_BLOCK for testing

This commit is contained in:
sairajzero 2023-01-17 22:20:02 +05:30
parent 1fa3d45445
commit 269f3f1bd8

View File

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