Skip to content

Commit ccc105a

Browse files
Nanda Kishore Salemfacebook-github-bot
Nanda Kishore Salem
authored andcommitted
Removing Duplicate kvstore flood arguments
Summary: as in title Reviewed By: jstrizich Differential Revision: D15797789 fbshipit-source-id: 6b77595254c9f16db2d0e80ca3aafc239dd2437c
1 parent 458ec06 commit ccc105a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

openr/scripts/run_openr.sh

-2
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ IFACE_REGEX_EXCLUDE=""
7575
IFACE_REGEX_INCLUDE=""
7676
IP_TOS=192
7777
KEY_PREFIX_FILTERS=""
78-
KVSTORE_FLOOD_MSG_PER_SEC=0
7978
KVSTORE_FLOOD_MSG_BURST_SIZE=0
8079
KVSTORE_FLOOD_MSG_PER_SEC=0
8180
KVSTORE_KEY_TTL_MS=300000
@@ -197,7 +196,6 @@ exec ${OPENR} \
197196
--ifname_prefix=${IFACE_PREFIXES} \
198197
--ip_tos=${IP_TOS} \
199198
--key_prefix_filters=${KEY_PREFIX_FILTERS} \
200-
--kvstore_flood_msg_per_sec=${KVSTORE_FLOOD_MSG_PER_SEC} \
201199
--kvstore_flood_msg_burst_size=${KVSTORE_FLOOD_MSG_BURST_SIZE} \
202200
--kvstore_flood_msg_per_sec=${KVSTORE_FLOOD_MSG_PER_SEC} \
203201
--kvstore_key_ttl_ms=${KVSTORE_KEY_TTL_MS} \

0 commit comments

Comments
 (0)