fix Sync.Map

pull/70/head
肥羊 2 years ago committed by GitHub
parent df8860d08c
commit 6b7b59acff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      Golang/liveurls/itv.go

@ -215,7 +215,7 @@ var (
}
dnsCache = sync.Map{}
cacheTimeout = 1 * time.Minute
cacheTimeout = 1 * time.Millisecond
)
type cacheEntry struct {

Loading…
Cancel
Save