Searched refs:_maxBufferSize (Results 1 – 1 of 1) sorted by relevance
53 constructor(private _maxBufferSize = 10) {} property in RunningStatistics58 if (this.buffer.length > this._maxBufferSize) {78 return this._maxBufferSize;