Skip to content

Commit 2bf450b

Browse files
Merge pull request #1667 from OpenQDev/fix-batch
Update [type].js
2 parents fd0d9c0 + 5d1dc88 commit 2bf450b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/[type].js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ export const getServerSideProps = async (context) => {
101101
break;
102102
}
103103

104-
const batch = 2;
104+
const batch = 10;
105105
const appState = {
106106
githubRepository: githubRepository.instance,
107107
openQSubgraphClient: openQSubgraphClient.instance,

0 commit comments

Comments
 (0)