We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
throttles.json
1 parent f8005e7 commit 0995745Copy full SHA for 0995745
hedera-node/configuration/testnet/upgrade/throttles.json
@@ -61,7 +61,7 @@
61
},
62
{
63
"opsPerSec": 0,
64
- "milliOpsPerSec": 1250000,
+ "milliOpsPerSec": 125000,
65
"operations": [
66
"TokenMint"
67
]
@@ -140,14 +140,14 @@
140
"throttleGroups": [
141
142
143
- "milliOpsPerSec": 200000,
+ "milliOpsPerSec": 2000,
144
145
"CryptoCreate"
146
147
148
149
150
- "milliOpsPerSec": 50000,
+ "milliOpsPerSec": 5000,
151
152
"ConsensusCreateTopic"
153
@@ -179,4 +179,4 @@
179
180
}
181
182
-}
+}
0 commit comments