Skip to content

Commit

Permalink
chore(ic-boundary): update ic-boundary args
Browse files Browse the repository at this point in the history
  • Loading branch information
r-birkner authored and blind-oracle committed Jan 19, 2024
1 parent 224ce92 commit 1c35b20
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -22,6 +22,7 @@ ExecStart=/bin/bash -c ' \
--min-ok-count 5 \
--max-height-lag 50 \
--nftables-system-replicas-path /run/ic-node/etc/nftables/system_replicas.ruleset \
--rate-limit-ledger-transfer 5 \
${RPS_LIMIT_SUBNET:+ --rate-limit-per-second-per-subnet "${RPS_LIMIT_SUBNET}"} \
${CACHE_SIZE:+ --cache-size-bytes "${CACHE_SIZE}"} \
${CACHE_ITEM_MAX_SIZE:+ --cache-max-item-size-bytes "${CACHE_ITEM_MAX_SIZE}"} \
Expand Down

0 comments on commit 1c35b20

Please sign in to comment.