mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
fine tune logic
This commit is contained in:
parent
e74a06dc05
commit
20466b9147
1 changed files with 1 additions and 1 deletions
|
@ -223,7 +223,7 @@ func calcFlagsI(re *Regexp) (must, cant printFlags) {
|
|||
|
||||
inside += int(hi - lo + 1)
|
||||
outside += int(lo - pre)
|
||||
pre = max(minFold, hi)
|
||||
pre = max(minFold, hi+1)
|
||||
}
|
||||
|
||||
outside += int(maxFold - pre)
|
||||
|
|
Loading…
Reference in a new issue