Minor changes

This commit is contained in:
2018-03-26 02:12:06 +02:00
parent 94adad1fd8
commit 2e1604f0b2
2 changed files with 62 additions and 1 deletions

View File

@ -14,7 +14,7 @@ import (
const (
// The maximum age of files we accept until we force a refresh.
maxAge = 7 * 24 * time.Hour
delayBetweenRequests = 1000 * time.Millisecond
delayBetweenRequests = 1100 * time.Millisecond
userAgent = "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.166 Safari/537.36"
)