You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NRG: When clfs=0, don't snapshot very often (#6277)
If the stream is ingesting loads of new messages, for example in a
benchmark, either the `compactNumMin` or `compactSizeMin` would be
reached fairly quickly. The `minSnapDelta` (10s) is used to not snapshot
too often, since that would degrade performance.
However, if `clfs=0` then we'd be forcing snapshots every time the
compact minimums are reached.
Signed-off-by: Maurice van Veen <[email protected]>
0 commit comments