- querylog: querylog_memsize setting was reset to 0

Since v0.100.0 the query logs memory buffer was not active,
 despite the default capacity of 1000 items.

Now we remove querylog_memsize setting and replace it with querylog_size_memory
This commit is contained in:
Simon Zolin
2020-03-19 15:53:25 +03:00
parent 72c20acb86
commit bebd43923b
3 changed files with 5 additions and 4 deletions

View File

@@ -65,6 +65,7 @@ func checkInterval(days uint32) bool {
func (l *queryLog) WriteDiskConfig(dc *DiskConfig) {
dc.Enabled = l.conf.Enabled
dc.Interval = l.conf.Interval
dc.MemSize = l.conf.MemSize
}
// Clear memory buffer and remove log files