Skip to content

Commit

Permalink
Removing Duplicate kvstore flood arguments
Browse files Browse the repository at this point in the history
Summary: as in title

Reviewed By: jstrizich

Differential Revision: D15797789

fbshipit-source-id: 6b77595254c9f16db2d0e80ca3aafc239dd2437c
  • Loading branch information
Nanda Kishore Salem authored and facebook-github-bot committed Jun 13, 2019
1 parent 458ec06 commit ccc105a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions openr/scripts/run_openr.sh
Expand Up @@ -75,7 +75,6 @@ IFACE_REGEX_EXCLUDE=""
IFACE_REGEX_INCLUDE=""
IP_TOS=192
KEY_PREFIX_FILTERS=""
KVSTORE_FLOOD_MSG_PER_SEC=0
KVSTORE_FLOOD_MSG_BURST_SIZE=0
KVSTORE_FLOOD_MSG_PER_SEC=0
KVSTORE_KEY_TTL_MS=300000
Expand Down Expand Up @@ -197,7 +196,6 @@ exec ${OPENR} \
--ifname_prefix=${IFACE_PREFIXES} \
--ip_tos=${IP_TOS} \
--key_prefix_filters=${KEY_PREFIX_FILTERS} \
--kvstore_flood_msg_per_sec=${KVSTORE_FLOOD_MSG_PER_SEC} \
--kvstore_flood_msg_burst_size=${KVSTORE_FLOOD_MSG_BURST_SIZE} \
--kvstore_flood_msg_per_sec=${KVSTORE_FLOOD_MSG_PER_SEC} \
--kvstore_key_ttl_ms=${KVSTORE_KEY_TTL_MS} \
Expand Down

0 comments on commit ccc105a

Please sign in to comment.