Skip to content

Commit

Permalink
update cache url.
Browse files Browse the repository at this point in the history
  • Loading branch information
eddycjy committed Dec 31, 2018
1 parent 444c608 commit 6621931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setting/setting.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const (
BROWSER_ALLOW_MAX_PAGE = 8

CACHE_VERSION = "0.2.0"
CACHE_URL = "https://raw.githubusercontent.com/EDDYCJY/fake-useragent/master/static/"
CACHE_URL = "https://raw.githubusercontent.com/EDDYCJY/fake-useragent/v0.2.0/static/"

HTTP_TIMEOUT = 15 * time.Second
HTTP_DELAY = 100 * time.Millisecond
Expand Down

0 comments on commit 6621931

Please sign in to comment.