Skip to content

Commit

Permalink
reduce page size
Browse files Browse the repository at this point in the history
  • Loading branch information
epipav committed Jun 20, 2024
1 parent fce881d commit cb80366
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const activity = proxyActivities<typeof activities>({ startToCloseTimeout: '1 mi
export async function generateOrganizationMergeSuggestions(
args: IProcessGenerateOrganizationMergeSuggestionsArgs,
): Promise<void> {
const PAGE_SIZE = 500
const PAGE_SIZE = 100
const PARALLEL_SUGGESTION_PROCESSING = 250
const SIMILARITY_CONFIDENCE_SCORE_THRESHOLD = 0.5

Expand Down

0 comments on commit cb80366

Please sign in to comment.