You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There seems to be a limit of 10,000 query results in the back-end.
Maybe it's an unique case because few tournament reach 10.000+ attendees but for the Evo2023 tournament with 11058 attendees, it's impossible to reach the end of a ParticipantPaginationQuery.
Here is an illustration :
As you can see, There is 443 pages and I can paginate to page 400.
When I want page 401, i get :
no more results and no more page.
Hello everyone,
There seems to be a limit of 10,000 query results in the back-end.
Maybe it's an unique case because few tournament reach 10.000+ attendees but for the Evo2023 tournament with 11058 attendees, it's impossible to reach the end of a ParticipantPaginationQuery.
Here is an illustration :
As you can see, There is 443 pages and I can paginate to page 400.
When I want page 401, i get :
no more results and no more page.
You can also test it directly on start.gg in the Evo2023 tournament's page.
In the attendees list : https://www.start.gg/tournament/evo-2023/attendees
you have results till page 400 : https://www.start.gg/tournament/evo-2023/attendees?page=400
but impossible to go any further : https://www.start.gg/tournament/evo-2023/attendees?page=400
This may be normal behavior, but I haven't seen any such limitation in the documentation.
The text was updated successfully, but these errors were encountered: