From 640609eb407c2be9edfbdc48cb27ac29b68160b6 Mon Sep 17 00:00:00 2001 From: Thibault Duplessis Date: Mon, 17 Dec 2018 13:01:24 +0800 Subject: [PATCH] tweak deploy --- bin/prod/deploy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/prod/deploy b/bin/prod/deploy index 5a82b7d0e8..947f607a9d 100755 --- a/bin/prod/deploy +++ b/bin/prod/deploy @@ -107,7 +107,7 @@ fi # start dropping packets. Run `bin/prod/iptables-drop 0` on the server to resume normal traffic. START_DROPPING="$REMOTE_DIR/bin/prod/iptables-drop 0.9" -STOP_DROPPING="sleep 7 && $REMOTE_DIR/bin/prod/iptables-drop 0.75 && sleep 5 && $REMOTE_DIR/bin/prod/iptables-drop 0" +STOP_DROPPING="sleep 6 && $REMOTE_DIR/bin/prod/iptables-drop 0.75 && sleep 5 && $REMOTE_DIR/bin/prod/iptables-drop 0" # STOP_DROPPING="echo \"not resuming traffic\"" if [ $mode = "main" ]; then