Reduce database size
...and it's not a breaking change! fix #36 Benchmark: using config/heavy-load.yml From 14MB to 8MB → 40% of size reduction!
This commit is contained in:
@ -187,7 +187,7 @@ func MatchesManager() {
|
||||
matchesManagerHandleFlush(fo)
|
||||
case pft = <-matchesC:
|
||||
|
||||
entry := LogEntry{pft.t, pft.p, pft.f.stream.name, pft.f.name, false}
|
||||
entry := LogEntry{pft.t, pft.p, pft.f.stream.name, pft.f.name, 0, false}
|
||||
|
||||
entry.Exec = matchesManagerHandleMatch(pft)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user