Skip to content

Commit 853e54f

Browse files
chore: Remove AtomicBatch from prod throttles (#19216)
Signed-off-by: Michael Tinker <[email protected]> Co-authored-by: Neeharika Sompalli <[email protected]>
1 parent 45b3430 commit 853e54f

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

hedera-node/configuration/mainnet/upgrade/throttles.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@
4242
"UtilPrng",
4343
"NodeCreate",
4444
"NodeUpdate",
45-
"NodeDelete",
46-
"AtomicBatch"
45+
"NodeDelete"
4746
]
4847
},
4948
{

hedera-node/configuration/previewnet/upgrade/throttles.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@
4242
"UtilPrng",
4343
"NodeCreate",
4444
"NodeUpdate",
45-
"NodeDelete",
46-
"AtomicBatch"
45+
"NodeDelete"
4746
]
4847
},
4948
{

hedera-node/configuration/testnet/upgrade/throttles.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@
4343
"UtilPrng",
4444
"NodeCreate",
4545
"NodeUpdate",
46-
"NodeDelete",
47-
"AtomicBatch"
46+
"NodeDelete"
4847
]
4948
},
5049
{

0 commit comments

Comments
 (0)