Skip to content

Commit

Permalink
fix: increase the ingress read timeout (#67)
Browse files Browse the repository at this point in the history
* fix: increase the ingress read timeout

* fix: increase the ingress read timeout

---------

Co-authored-by: liuyu <>
  • Loading branch information
eball authored Jan 23, 2025
1 parent 73e6b80 commit 4d68d94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/ingress/controllers/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const (

proxyConnectTimeout = "30s"

proxyReadTimeout = "600s"
proxyReadTimeout = "1800s"

proxySendTimeout = "60s"
)
Expand Down

0 comments on commit 4d68d94

Please sign in to comment.