Skip to content

Commit 0995745

Browse files
fix: Use mainnet throttles.json for testnet also (#13291)
Signed-off-by: Neeharika-Sompalli <[email protected]>
1 parent f8005e7 commit 0995745

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
},
6262
{
6363
"opsPerSec": 0,
64-
"milliOpsPerSec": 1250000,
64+
"milliOpsPerSec": 125000,
6565
"operations": [
6666
"TokenMint"
6767
]
@@ -140,14 +140,14 @@
140140
"throttleGroups": [
141141
{
142142
"opsPerSec": 0,
143-
"milliOpsPerSec": 200000,
143+
"milliOpsPerSec": 2000,
144144
"operations": [
145145
"CryptoCreate"
146146
]
147147
},
148148
{
149149
"opsPerSec": 0,
150-
"milliOpsPerSec": 50000,
150+
"milliOpsPerSec": 5000,
151151
"operations": [
152152
"ConsensusCreateTopic"
153153
]
@@ -179,4 +179,4 @@
179179
]
180180
}
181181
]
182-
}
182+
}

0 commit comments

Comments
 (0)