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 5f99136 commit 5234171Copy full SHA for 5234171
internal/nha/activities/hari.go
@@ -21,7 +21,8 @@ import (
21
)
22
23
var hariClient = &http.Client{
24
- Timeout: 10 * time.Second,
+ // Unusual high value but needed since the server seems to be doing the indexing work synchronously.
25
+ Timeout: 10 * time.Minute,
26
Transport: &http.Transport{
27
DialContext: (&net.Dialer{
28
Timeout: 5 * time.Second,
0 commit comments