drop fewer packets during deploy

round-proxy-get
Thibault Duplessis 2018-03-16 09:38:03 -05:00
parent 6934e86acc
commit 23ef48b0ab
1 changed files with 1 additions and 1 deletions

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.95"
START_DROPPING="$REMOTE_DIR/bin/prod/iptables-drop 0.93"
if [ $mode = "main" ]; then
lilalog "Restart lichess"