Skip to content

Commit

Permalink
Merge branch 'rjb/disable-load-shedding' into 'master'
Browse files Browse the repository at this point in the history
disable throttling for now

 

See merge request dfinity-lab/public/ic!17534
  • Loading branch information
blind-oracle committed Feb 7, 2024
2 parents 2cbfb1e + 5b07a6b commit 8d4b689
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
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 8d4b689

Please sign in to comment.