This commit is contained in:
Nicolas
2024-06-06 09:29:25 -07:00
parent 7686ad5702
commit 01503c1fbf
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -7,6 +7,7 @@ const RATE_LIMITS = {
free: 2,
starter: 3,
standard: 5,
standardOld: 40,
scale: 20,
hobby: 3,
standardNew: 10,
@@ -15,6 +16,7 @@ const RATE_LIMITS = {
scrape: {
free: 5,
starter: 20,
standard: 40,
standardOld: 40,
scale: 50,
hobby: 10,
@@ -25,6 +27,7 @@ const RATE_LIMITS = {
free: 5,
starter: 20,
standard: 40,
standardOld: 40,
scale: 50,
hobby: 10,
standardNew: 50,