- 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user