Authored by hugufei

update killws.sh 10s to 5s

@@ -62,7 +62,7 @@ stop_tomcat(){ @@ -62,7 +62,7 @@ stop_tomcat(){
62 62
63 success "start to remove service register from zookeeper: $REMOVE_URL" 63 success "start to remove service register from zookeeper: $REMOVE_URL"
64 curl -m 10 -s -o /dev/null "$REMOVE_URL" 64 curl -m 10 -s -o /dev/null "$REMOVE_URL"
65 - sleep 10s 65 + sleep 5s
66 success "success to remove $LOCAL_IP" 66 success "success to remove $LOCAL_IP"
67 67
68 68