Reduce database size
...and it's still not a breaking change! fix #42 Benchmark: using config/heavy-load.yml From 8.1MB to 4.8MB → 40% of size reduction! 75% of size reduction if we cumulate both optimizations, waow!
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, 0, false}
|
||||
entry := LogEntry{pft.t, 0, pft.p, pft.f.stream.name, pft.f.name, 0, false}
|
||||
|
||||
entry.Exec = matchesManagerHandleMatch(pft)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user