Skip to content

Commit

Permalink
Merge pull request pastelnetwork#331 from pastelnetwork/increase-dd-c…
Browse files Browse the repository at this point in the history
…lient-default-timeout

Increase default dd-client grpc timeout to five minutes.
  • Loading branch information
Dicklesworthstone committed Apr 26, 2022
2 parents 24fbb16 + d3ab57b commit 269ff92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dupedetection/ddclient/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
)

const (
defaultConnectTimeout = 30 * time.Second
defaultConnectTimeout = 300 * time.Second
)

type client struct{}
Expand Down

0 comments on commit 269ff92

Please sign in to comment.