We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f8e611 commit f358fd0Copy full SHA for f358fd0
1 file changed
configs/default.toml
@@ -35,6 +35,10 @@ ratelimit_thresholds = [
35
[200_000, 7_500], # NUM_ACCOUNTS * 8
36
[250_000, 12_500], # NUM_ACCOUNTS * 10
37
[300_000, 15_000], # NUM_ACCOUNTS * 12
38
+ [350_000, 20_000], # NUM_ACCOUNTS * 14
39
+ [400_000, 25_000], # NUM_ACCOUNTS * 16
40
+ [450_000, 30_000], # NUM_ACCOUNTS * 18
41
+ [550_000, 45_000], # NUM_ACCOUNTS * 22
42
]
43
44
[workers]
0 commit comments