mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-06-17 22:01:02 +00:00
Handle too many validators properly (#151)
* Revert debug flag * Remove dead code * Disallow subscribing if too many validators
This commit is contained in:
committed by
Maciej Hirsz
parent
7add77137a
commit
ce9538485a
@@ -1,6 +1,7 @@
|
||||
import { Types } from '@dotstats/common';
|
||||
import { State, UpdateBound } from './state';
|
||||
|
||||
// Number of blocks which are kept in memory
|
||||
const BLOCKS_LIMIT = 50;
|
||||
|
||||
export class AfgHandling {
|
||||
|
||||
Reference in New Issue
Block a user