Skip to content

Commit

Permalink
disable throttling for now
Browse files Browse the repository at this point in the history
  • Loading branch information
r-birkner committed Feb 7, 2024
1 parent 67d41a2 commit 5b07a6b
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -22,8 +22,6 @@ ExecStart=/bin/bash -c ' \
--log-failed-requests-only \
--nftables-system-replicas-path /run/ic-node/etc/nftables/system_replicas.ruleset \
--rate-limit-ledger-transfer 5 \
--max-concurrency 2048 \
--shed-ewma-param 0.1 \
${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 5b07a6b

Please sign in to comment.