Skip to content

Commit

Permalink
fix(hystrix): Sets default timeout on calls to Front50/Clouddriver to…
Browse files Browse the repository at this point in the history
… 20s (#191)
  • Loading branch information
Travis Tomsu authored Jul 12, 2017
1 parent ca1b038 commit 2229a5f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions fiat-web/config/fiat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,7 @@ endpoints:

logging:
config: classpath:logback-defaults.xml

hystrix:
command:
default.execution.isolation.thread.timeoutInMilliseconds: 20000

0 comments on commit 2229a5f

Please sign in to comment.