Skip to content

Commit

Permalink
Merge pull request #970 from ostelco/feature/extend-connection-timeout
Browse files Browse the repository at this point in the history
Extend connection timeout from default 500ms to 10000ms (ten seconds)…
  • Loading branch information
la3lma authored Nov 28, 2019
2 parents acaa409 + 4bdf14a commit 733f190
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions prime/config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ modules:
validationQuery: "/* Prime Health Check */ SELECT 1"
httpClient:
timeout: 10000ms
connectionTimeout: 10000ms
tls:
# Default is 500 milliseconds, we need more when debugging.
# protocol: TLSv1.2
Expand Down

0 comments on commit 733f190

Please sign in to comment.