Skip to content

Commit

Permalink
Fix #3657
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaixiaoxiang committed Mar 15, 2019
1 parent 70750f3 commit 9c3303f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public Class<MonitorService> getInterface() {
}

public URL getUrl() {
return URL.valueOf("dubbo://127.0.0.1:7070?interval=20");
return URL.valueOf("dubbo://127.0.0.1:7070?interval=1000");
}

@Override
Expand Down

0 comments on commit 9c3303f

Please sign in to comment.