Nick: 2x rate limits for standard and growth for /scrape

This commit is contained in:
Nicolas 2024-08-19 13:52:54 -03:00
parent 72461ce9a6
commit 3dc298be54

View File

@ -20,14 +20,14 @@ const RATE_LIMITS = {
default: 20, default: 20,
free: 5, free: 5,
starter: 20, starter: 20,
standard: 50, standard: 100,
standardOld: 40, standardOld: 40,
scale: 500, scale: 500,
hobby: 10, hobby: 10,
standardNew: 50, standardNew: 100,
standardnew: 50, standardnew: 100,
growth: 500, growth: 1000,
growthdouble: 500, growthdouble: 1000,
}, },
search: { search: {
default: 20, default: 20,