Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
config-center
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
proudkids-pub
config-center
Commits
dc9643d6
Commit
dc9643d6
authored
Aug 30, 2018
by
张兴柱
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
配置修改
parent
3ee20483
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
10 deletions
+12
-10
application-dev.yml
+10
-10
application-prd.yml
+1
-0
application-test.yml
+1
-0
No files found.
application-dev.yml
View file @
dc9643d6
...
...
@@ -43,22 +43,22 @@ feign:
connectTimeout
:
30000
readTimeout
:
30000
hystrix
:
command
:
default
:
execution
:
isolation
:
thread
:
timeoutInMilliseconds
:
600000
#hystrix:
# command:
# default:
# execution:
# timeout: #配置命令的执行,是否会超时
# enabled: false
# isolation: #命令的执行超时时间 超时将执行回退
# isolation:
# thread:
# timeoutInMilliseconds: 60000
hystrix
:
command
:
default
:
execution
:
timeout
:
#配置命令的执行,是否会超时
enabled
:
false
isolation
:
#命令的执行超时时间 超时将执行回退
thread
:
timeoutInMilliseconds
:
60000
#监控短点配置
management
:
security
:
...
...
application-prd.yml
View file @
dc9643d6
...
...
@@ -28,6 +28,7 @@ ribbon:
enabled
:
true
ReadTimeout
:
60000
ConnectTimeout
:
60000
SocketTimeout
:
60000
feign
:
hystrix
:
...
...
application-test.yml
View file @
dc9643d6
...
...
@@ -28,6 +28,7 @@ ribbon:
enabled
:
true
ReadTimeout
:
60000
ConnectTimeout
:
60000
SocketTimeout
:
60000
feign
:
hystrix
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment