Skip to content

Commit

Permalink
double the default websocket request timeout (#3076)
Browse files Browse the repository at this point in the history
  • Loading branch information
buck54321 committed Nov 12, 2024
1 parent c0f13dc commit 8271e0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/comms/wsconn.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const (

// DefaultResponseTimeout is the default timeout for responses after a
// request is successfully sent.
DefaultResponseTimeout = 30 * time.Second
DefaultResponseTimeout = time.Minute
)

// ConnectionStatus represents the current status of the websocket connection.
Expand Down

0 comments on commit 8271e0a

Please sign in to comment.