Skip to content

Commit

Permalink
Set chunk size to 50000
Browse files Browse the repository at this point in the history
  • Loading branch information
sarkikos committed Jan 12, 2024
1 parent 041fc8c commit b3f9b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aspnetcore/src/Indexer/Indexer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ private async Task IndexEntities(string indexName,
*/

int skipAmount = 0;
int takeAmount = 2;
int takeAmount = 50000;
int numOfResults = 0;
int processedCount = 0;

Expand Down

0 comments on commit b3f9b2e

Please sign in to comment.