* filters update: increase update period to 24 hours

This commit is contained in:
Simon Zolin 2019-08-13 10:30:28 +03:00
parent 5c3dfd114c
commit 8b63811fa9
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ import (
govalidator "gopkg.in/asaskevich/govalidator.v4" govalidator "gopkg.in/asaskevich/govalidator.v4"
) )
const updatePeriod = time.Minute * 30 const updatePeriod = time.Hour * 24
var protocols = []string{"tls://", "https://", "tcp://", "sdns://"} var protocols = []string{"tls://", "https://", "tcp://", "sdns://"}