Skip to content

Commit f358fd0

Browse files
chore: higher config ratelimits
1 parent 6f8e611 commit f358fd0

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

configs/default.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ ratelimit_thresholds = [
3535
[200_000, 7_500], # NUM_ACCOUNTS * 8
3636
[250_000, 12_500], # NUM_ACCOUNTS * 10
3737
[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
3842
]
3943

4044
[workers]

0 commit comments

Comments
 (0)