Fix strings

This commit is contained in:
Andrey Meshkov
2018-10-10 17:24:12 +03:00
parent 945bd24f67
commit 90bef94500
9 changed files with 14 additions and 20 deletions

View File

@@ -19,12 +19,6 @@ import (
"github.com/miekg/dns"
)
// top domains/clients/blocked stats in the last 24 hours
// on start we read the saved stats from the last 24 hours and add them to the stats
// stats are counted using hourly LRU, rotating hourly and keeping last 24 hours
type hourTop struct {
domains gcache.Cache
blocked gcache.Cache