jsdelivr / globalping

A global network of probes to run network tests like ping, traceroute and DNS resolve

Home Page:https://www.jsdelivr.com/globalping

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Refactor limits

MartinKolarik opened this issue · comments

Replace the current measurement.limits.global and measurement.limits.location with:

anonymousTestsPerLocation: 200,
anonymousTestsPerMeasurement: 500,
authenticatedTestsPerLocation: 500,
authenticatedTestsPerMeasurement: 500,

(to allow setting different values for authenticated users)

The anonymous values will eventually be lower but we're keeping the current ones until the dashboard is live and people had time to start using the auth keys.