Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
liamg committed Jun 19, 2019
1 parent 3631ee4 commit 6075fec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/philter/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func main() {
s := server.New(blacklist)

go func() {
ticker := time.NewTicker(time.Minute * 1)
ticker := time.NewTicker(time.Minute * 30)
defer ticker.Stop()
for {
<-ticker.C
Expand Down

0 comments on commit 6075fec

Please sign in to comment.