mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-03-14 22:48:35 +03:00
coredns plugin -- give out to browser last entries from querylog file, not first
This commit is contained in:
parent
4984c55bce
commit
5533b434da
1 changed files with 0 additions and 3 deletions
|
@ -250,9 +250,6 @@ func appendFromLogFile(values []logEntry, maxLen int, timeWindow time.Duration)
|
|||
}
|
||||
|
||||
needMore := func() bool {
|
||||
if len(a) >= maxLen {
|
||||
return false
|
||||
}
|
||||
return true
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue