drop fewer packets during deploy

This commit is contained in:
Thibault Duplessis 2018-03-11 07:54:34 -05:00
parent 391b05f1b0
commit 804e5911ab

View file

@ -102,7 +102,7 @@ fi
FS_WARMUP="cat $REMOTE_DIR/lib/* > /dev/null && cat $REMOTE_DIR/bin/lila > /dev/null"
# 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.98"
START_DROPPING="$REMOTE_DIR/bin/prod/iptables-drop 0.97"
if [ $mode = "main" ]; then
lilalog "Restart lichess"