Skip to content

Commit

Permalink
fix: increase raft timer to avoid leader flap
Browse files Browse the repository at this point in the history
  • Loading branch information
oilbeater committed Jan 13, 2021
1 parent 4acc0e2 commit 6e09c77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dist/images/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ RUN cd /usr/src/ && \
git clone -b branch-2.14 --depth=1 https://github.com/openvswitch/ovs.git && \
cd ovs && \
curl https://github.com/alauda/ovs/commit/df1c802f568be2af84aa81372fec46f5b09b4366.patch | git apply && \
curl https://github.com/alauda/ovs/commit/8dd4973bba021ce92eb9f42446d6c1c0e3474e25.patch | git apply && \
sed -i 's/2.14.1/2.14.0/g' configure.ac && \
./boot.sh && \
rm -rf .git && \
Expand Down

0 comments on commit 6e09c77

Please sign in to comment.