Skip to content

Commit

Permalink
Increase idle timeout to 2 minutes.
Browse files Browse the repository at this point in the history
  • Loading branch information
tecarter94 committed Nov 27, 2024
1 parent 762774c commit b5a6fb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion domain-proxy/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const (
ConnectionTimeoutKey = "CONNECTION_TIMEOUT"
DefaultConnectionTimeout = 10000 * time.Millisecond
IdleTimeoutKey = "IDLE_TIMEOUT"
DefaultIdleTimeout = 60000 * time.Millisecond
DefaultIdleTimeout = 120000 * time.Millisecond
)

var Logger *log.Logger
Expand Down

0 comments on commit b5a6fb9

Please sign in to comment.