Skip to content

Commit

Permalink
Bump timeouts for China #2
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoch1 committed Feb 20, 2023
1 parent ac7a1e6 commit 689ea88
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/admin/connector.go
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,9 @@ func NewConnector(config ConnectorConfig) (*Connector, error) {
TLS: tlsConfig,
// Hotfix for https://github.com/efcloud/topicctl/issues/112
MetadataTTL: 10 * time.Minute,
DialTimeout: defaultTimeout,
},
Timeout: defaultTimeout,
}

return connector, nil
Expand Down

0 comments on commit 689ea88

Please sign in to comment.