We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20293a5 commit 2ded93eCopy full SHA for 2ded93e
1 file changed
services/libs/data-access-layer/src/activities/tinybirdAdapter.ts
@@ -462,7 +462,7 @@ export function buildActivitiesParams(arg: ExtendedArgs): TBParams {
462
// segments as Array(String) — cap at 500 to avoid Tinybird 400 on large project groups.
463
// When an entity filter (memberId/orgId) is present this slice is a preview; users can
464
// drill into a specific segment for full results.
465
- const MAX_SEGMENTS = 2500
+ const MAX_SEGMENTS = 600
466
const allSegments = toStringArray(arg.segmentIds) ?? []
467
if (allSegments.length > MAX_SEGMENTS) {
468
log.warn(
0 commit comments