Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
Reduce delay between iptables setting and reload.
Browse files Browse the repository at this point in the history
  • Loading branch information
brndnmtthws committed Feb 17, 2016
1 parent 0f9b558 commit 1482248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/haproxy/run
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ reload() {
done

# Wait to settle
sleep 0.5
sleep 0.1

# Save the current HAProxy state
socat /var/run/haproxy/socket - <<< "show servers state" > /var/state/haproxy/global
Expand Down

0 comments on commit 1482248

Please sign in to comment.