Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Sofa Registry
Commits
5b1dcd01
Commit
5b1dcd01
authored
3 years ago
by
昱恒
Browse files
Options
Download
Email Patches
Plain Diff
data notify change to 2000ms
parent
94d1af12
vv6.1.1EI62089198_release_20211013
v6.1.4
v6.1.1
opensource
EI62152231_release_20211206
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
server/server/data/src/main/java/com/alipay/sofa/registry/server/data/bootstrap/DataServerConfig.java
+1
-1
...sofa/registry/server/data/bootstrap/DataServerConfig.java
with
1 addition
and
1 deletion
+1
-1
server/server/data/src/main/java/com/alipay/sofa/registry/server/data/bootstrap/DataServerConfig.java
+
1
-
1
View file @
5b1dcd01
...
...
@@ -51,7 +51,7 @@ public class DataServerConfig {
private
int
notifyMaxItems
=
400
;
private
int
notifyIntervalMillis
=
1
000
;
private
int
notifyIntervalMillis
=
2
000
;
private
int
notifyRetryTimes
=
3
;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
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
Menu
Projects
Groups
Snippets
Help