mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-02-17 02:19:51 +03:00
Merge: * filters update: increase update period to 24 hours
Close #929 * commit '8b63811fa98333cae3c33cac5cc3484995d3ea09': * filters update: increase update period to 24 hours
This commit is contained in:
commit
b302ccb491
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ import (
|
|||
govalidator "gopkg.in/asaskevich/govalidator.v4"
|
||||
)
|
||||
|
||||
const updatePeriod = time.Minute * 30
|
||||
const updatePeriod = time.Hour * 24
|
||||
|
||||
var protocols = []string{"tls://", "https://", "tcp://", "sdns://"}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue