Skip to content

Commit

Permalink
Bump GitHub import page size to 100, start date to 2023-01-01
Browse files Browse the repository at this point in the history
  • Loading branch information
milesrichardson committed Jun 29, 2023
1 parent 93022b1 commit afa4c07
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ const startImport = async ({
},
params: {
repository: githubSourceRepository,
start_date: githubStartDate ?? "2020-01-01T00:00:00Z",
start_date: githubStartDate ?? "2023-01-01T00:00:00Z",
page_size_for_large_streams: 100,
},
},
{
Expand Down

0 comments on commit afa4c07

Please sign in to comment.