Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
apollo
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
apollo
Commits
47a8f8e2
Commit
47a8f8e2
authored
May 30, 2016
by
Jason Song
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
set peerEurekaNodesUpdateIntervalMs and eurekaServiceUrlPollIntervalSeconds to 1 minute
parent
b3cfb834
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
apollo-adminservice/src/main/resources/bootstrap.yml
apollo-adminservice/src/main/resources/bootstrap.yml
+2
-1
apollo-configservice/src/main/resources/bootstrap.yml
apollo-configservice/src/main/resources/bootstrap.yml
+2
-1
No files found.
apollo-adminservice/src/main/resources/bootstrap.yml
View file @
47a8f8e2
...
@@ -7,6 +7,7 @@ eureka:
...
@@ -7,6 +7,7 @@ eureka:
defaultZone
:
http://${eureka.instance.hostname}:8080/eureka/
defaultZone
:
http://${eureka.instance.hostname}:8080/eureka/
healthcheck
:
healthcheck
:
enabled
:
true
enabled
:
true
eurekaServiceUrlPollIntervalSeconds
:
60
endpoints
:
endpoints
:
health
:
health
:
...
...
apollo-configservice/src/main/resources/bootstrap.yml
View file @
47a8f8e2
...
@@ -3,13 +3,14 @@ eureka:
...
@@ -3,13 +3,14 @@ eureka:
hostname
:
${hostname:localhost}
hostname
:
${hostname:localhost}
preferIpAddress
:
true
preferIpAddress
:
true
server
:
server
:
peerEurekaNodesUpdateIntervalMs
:
1 * 60 *
1000
# 1 min
peerEurekaNodesUpdateIntervalMs
:
60000
enableSelfPreservation
:
false
enableSelfPreservation
:
false
client
:
client
:
serviceUrl
:
serviceUrl
:
defaultZone
:
http://${eureka.instance.hostname}:8080/eureka/
defaultZone
:
http://${eureka.instance.hostname}:8080/eureka/
healthcheck
:
healthcheck
:
enabled
:
true
enabled
:
true
eurekaServiceUrlPollIntervalSeconds
:
60
endpoints
:
endpoints
:
health
:
health
:
...
...
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