We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5088d8f commit 7dd79d5Copy full SHA for 7dd79d5
dnscrypt-proxy/coldstart.go
@@ -23,7 +23,7 @@ type CaptivePortalHandler struct {
23
func (captivePortalHandler *CaptivePortalHandler) Stop() {
24
close(captivePortalHandler.cancelChannel)
25
for len(captivePortalHandler.countChannel) < captivePortalHandler.channelCount {
26
- time.Sleep(time.Millisecond)
+ time.Sleep(10 * time.Millisecond)
27
}
28
close(captivePortalHandler.countChannel)
29
0 commit comments