Files
twenty/packages/twenty-shared/src/constants/QueryMaxRecords.ts
T
Etienne 719be52b53 Upsert - fixes (#14358)
- add more explicit error message on upsert conflicts
- increase MAX_RECORDS_QUERY constant
- add soft deleted records when returning upserted records




fixes https://github.com/twentyhq/private-issues/issues/300
2025-09-09 08:44:07 +00:00

2 lines
38 B
TypeScript

export const QUERY_MAX_RECORDS = 200;