Remix.run Logo
ddtaylor an hour ago

> A request that arrives with no credentials gets 60 requests per hour per IP address.

One request per minute.

mplanchard 44 minutes ago | parent | next [-]

Average, yes, but the way they phrase it, it could be a token bucket or similar, where you can do 60 quick requests and then be blocked for a bit while the bucket refills

sandeepkd 18 minutes ago | parent | prev [-]

More like you have 60 requests, you can exhaust them in a single second or spread them differently as per your choice.