Skip to content

Commit

Permalink
Update CryptoGetAccountBalance throttle in previewnet, testnet, mainn…
Browse files Browse the repository at this point in the history
…et to the number of network nodes times 1,000,000 plus a buffer

Signed-off-by: Kim Rader <kim.rader@swirldslabs.com>
  • Loading branch information
kimbor committed Dec 2, 2024
1 parent f881978 commit 6aeccdd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hedera-node/configuration/mainnet/upgrade/throttles.json
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@
"throttleGroups": [
{
"opsPerSec": 0,
"milliOpsPerSec": 1000000,
"milliOpsPerSec": 40000000,
"operations": [
"CryptoGetAccountBalance"
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@
"throttleGroups": [
{
"opsPerSec": 0,
"milliOpsPerSec": 1000000,
"milliOpsPerSec": 10000000,
"operations": [
"CryptoGetAccountBalance"
]
Expand Down
2 changes: 1 addition & 1 deletion hedera-node/configuration/testnet/upgrade/throttles.json
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@
"throttleGroups": [
{
"opsPerSec": 0,
"milliOpsPerSec": 1000000,
"milliOpsPerSec": 10000000,
"operations": [
"CryptoGetAccountBalance"
]
Expand Down

0 comments on commit 6aeccdd

Please sign in to comment.