Skip to content

Commit 1c213c5

Browse files
author
www.xueximeng.com
committed
update
1 parent 8934ae0 commit 1c213c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

service/check_service.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ func NewCheckService() *CheckService {
5656
cache: make(map[string]cachedCheckResult),
5757
inflight: make(map[string]*activeCheckCall),
5858
client: util.GetHTTPClient(),
59-
cacheFile: filepath.Join(os.TempDir(), "pansou_check_cache.json"),
59+
cacheFile: filepath.Join(".", "cache", "check_cache.json"),
6060
}
6161
service.loadCacheFromDisk()
6262
return service

0 commit comments

Comments
 (0)