Prediction endpoints are costly & time consuming. Thus, it makes sense to rate limit the number of uploads from a single user. - Rate limit by uid not ip - Rate limit by the minute - Only do it in backend, because client side limiting is bypassable
Prediction endpoints are costly & time consuming.
Thus, it makes sense to rate limit the number of uploads from a single user.