We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64a029d commit 9dc74fdCopy full SHA for 9dc74fd
frontend/src/screens/App/screens/Outtakes/index.tsx
@@ -58,7 +58,7 @@ export default function Outtakes({
58
59
isLoading.current = true;
60
61
- return getOuttakeSummaries(Math.max(pageSize, 1), nextToken.current)
+ return getOuttakeSummaries(Math.max(pageSize, 500), nextToken.current)
62
.then((data) => handleNewPage(data))
63
.finally(() => {
64
isLoading.current = false;
0 commit comments