Skip to content

Commit

Permalink
DALL-E longer timeout to upload
Browse files Browse the repository at this point in the history
  • Loading branch information
brainexe committed Nov 21, 2023
1 parent f0d87d9 commit 6216dbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/http.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ func GetHTTPClient() *http.Client {
transport.MaxConnsPerHost = 3

httpClient = &http.Client{
Timeout: time.Second * 10,
Timeout: time.Second * 15,
Transport: &botTransport{transport},
}
})
Expand Down

0 comments on commit 6216dbf

Please sign in to comment.