- 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

@@ -28,7 +28,7 @@ dns:
statistics_interval: 90
querylog_enabled: true
querylog_interval: 90
querylog_memsize: 0
querylog_size_memory: 0
protection_enabled: true
blocking_mode: null_ip
blocked_response_ttl: 0