Commit e5acc1a4 authored by Steven Allen's avatar Steven Allen

provide: massively increase provide timeout

15 will _never_ succeed
parent 130a07cb
...@@ -46,8 +46,9 @@ const ( ...@@ -46,8 +46,9 @@ const (
maxProvidersPerRequest = 3 maxProvidersPerRequest = 3
findProviderDelay = 1 * time.Second findProviderDelay = 1 * time.Second
providerRequestTimeout = time.Second * 10 providerRequestTimeout = time.Second * 10
provideTimeout = time.Second * 15 // these requests take at _least_ two minutes at the moment.
sizeBatchRequestChan = 32 provideTimeout = time.Minute * 3
sizeBatchRequestChan = 32
) )
var ( var (
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment