Skip to content

Commit

Permalink
change default maxCohortSize
Browse files Browse the repository at this point in the history
  • Loading branch information
zhukaihan committed Aug 6, 2024
1 parent 39841e9 commit 7b6750e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/node/src/types/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ export const AssignmentConfigDefaults: Omit<AssignmentConfig, 'apiKey'> = {
export const CohortConfigDefaults: Omit<CohortConfig, 'apiKey' | 'secretKey'> =
{
cohortServerUrl: 'https://cohort-v2.lab.amplitude.com',
maxCohortSize: 10_000_000,
maxCohortSize: 2147483647,
cohortRequestDelayMillis: 100,
};

Expand Down

0 comments on commit 7b6750e

Please sign in to comment.