Skip to content

Commit 5d1dc88

Browse files
Update [type].js
1 parent fd0d9c0 commit 5d1dc88

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)