Skip to content

Commit afa4c07

Browse files
Bump GitHub import page size to 100, start date to 2023-01-01
1 parent 93022b1 commit afa4c07

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/nextjs-import-airbyte-github-export-seafowl/pages/api/start-import-from-github.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@ const startImport = async ({
9494
},
9595
params: {
9696
repository: githubSourceRepository,
97-
start_date: githubStartDate ?? "2020-01-01T00:00:00Z",
97+
start_date: githubStartDate ?? "2023-01-01T00:00:00Z",
98+
page_size_for_large_streams: 100,
9899
},
99100
},
100101
{

0 commit comments

Comments
 (0)