Skip to content

Commit

Permalink
Increase grid fetch timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Wikidepia committed Jul 6, 2024
1 parent 74b20f9 commit c69a0fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handlers/grid.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ var transport = &http.Transport{
ExpectContinueTimeout: 1 * time.Second,
DisableKeepAlives: true,
}
var timeout = 10 * time.Second
var timeout = 60 * time.Second

// getHeight returns the height of the rows, imagesWH [w,h]
func getHeight(imagesWH [][]float64, canvasWidth int) float64 {
Expand Down

0 comments on commit c69a0fc

Please sign in to comment.