We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0da27cc commit b82ffaaCopy full SHA for b82ffaa
1 file changed
src/routes/admin/apisearcher.ts
@@ -49,7 +49,7 @@ export const API_DEFAULT_FILTERS_SCALE_TEAMS = {
49
'filter[future]': 'false',
50
'range[filled_at]': `2024-01-01T00:00:00,${new Date().toISOString()}`, // filled_at was only added later
51
'sort': '-filled_at',
52
- 'page[size]': '10', // ScaleTeams API endpoint is very slow so we limit the amount of items per page to avoid timeouts
+ 'page[size]': '8', // ScaleTeams API endpoint is very slow so we limit the amount of items per page to avoid timeouts
53
};
54
55
// Filters applied to events
0 commit comments