diff --git a/app/app.go b/app/app.go index dc890e6e9..180cc114f 100644 --- a/app/app.go +++ b/app/app.go @@ -407,6 +407,7 @@ func (a *app) handleIncomingURL(url string) { // wait for a space a.incomingURLSemaphore <- struct{}{} defer func() { + time.Sleep(1 * time.Second) // free up this space <-a.incomingURLSemaphore }()