Skip to content

Commit 9dc74fd

Browse files
committed
500 min size
1 parent 64a029d commit 9dc74fd

File tree

1 file changed

+1
-1
lines changed
  • frontend/src/screens/App/screens/Outtakes

1 file changed

+1
-1
lines changed

frontend/src/screens/App/screens/Outtakes/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export default function Outtakes({
5858

5959
isLoading.current = true;
6060

61-
return getOuttakeSummaries(Math.max(pageSize, 1), nextToken.current)
61+
return getOuttakeSummaries(Math.max(pageSize, 500), nextToken.current)
6262
.then((data) => handleNewPage(data))
6363
.finally(() => {
6464
isLoading.current = false;

0 commit comments

Comments
 (0)