mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-04-07 07:07:37 +03:00
Don't prefetch more frequently than 1/min
This commit is contained in:
parent
1c27d6c230
commit
187de17396
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ func (proxy *Proxy) prefetcher(urlsToPrefetch *[]URLToPrefetch) {
|
|||
}
|
||||
}
|
||||
}
|
||||
time.Sleep(5 * time.Second)
|
||||
time.Sleep(60 * time.Second)
|
||||
}
|
||||
}()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue