update killws.sh 10s to 5s
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -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 |
-
Please register or login to post a comment