update start up update

This commit is contained in:
fanqq 2016-06-06 11:26:59 +08:00
parent 6327941164
commit ed0a82ed97

View file

@ -180,7 +180,7 @@ public class SlbServerConfManagerImpl implements SlbServerConfManager {
@Override
public NginxResponse update() throws Exception {
return update(true, true);
return update(false, false);
}
private boolean checkSkipReload(Long slbId, Commit commit, String ip, NginxConfEntry nextEntry, String nginxConf) throws Exception {