Skip to content

Commit

Permalink
[fix bug] fix read refreshInterval wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
TimmyYu committed May 14, 2020
1 parent 155f0b5 commit c758a71
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ private ServantProxyConfig createServantProxyConfig(String objName, String setDi
cfg.setStat(communicatorConfig.getStat());
cfg.setCharsetName(communicatorConfig.getCharsetName());
cfg.setConnections(communicatorConfig.getConnections());
cfg.setRefreshInterval(communicatorConfig.getRefreshEndpointInterval());
return cfg;
}

Expand Down

0 comments on commit c758a71

Please sign in to comment.