Skip to content

Commit

Permalink
chore: Cherry-Pick (0.56): Increase CryptoGetAccountBalance throttle (#…
Browse files Browse the repository at this point in the history
…16852)

Signed-off-by: Kim Rader <[email protected]>
  • Loading branch information
kimbor authored Dec 2, 2024
1 parent 3b4ffec commit 0e27759
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 0e27759

Please sign in to comment.