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 0c5fcd7 commit 803ae31Copy full SHA for 803ae31
client/client.go
@@ -52,7 +52,7 @@ func CreateTaskCompleteEvent(output polycode.TaskOutput, tx *db.Tx) *TaskComplet
52
func NewServiceClient(baseURL string) *ServiceClient {
53
return &ServiceClient{
54
httpClient: &http.Client{
55
- Timeout: time.Second * 10, // Set a reasonable timeout for HTTP requests
+ Timeout: time.Second * 30, // Set a reasonable timeout for HTTP requests
56
},
57
baseURL: baseURL,
58
urlCache: UrlCache{
0 commit comments