Skip to content

Commit 588cca8

Browse files
sergicalclaude
andcommitted
fix: revert view span period back to 30d
90d causes performance issues (sentry#7253568394). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent db6e5e1 commit 588cca8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/api/ai-conversations.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export async function getConversationSpans(
8787

8888
const params: Record<string, string> = {
8989
per_page: String(options.perPage ?? 1000),
90-
statsPeriod: options.statsPeriod ?? "90d",
90+
statsPeriod: options.statsPeriod ?? "30d",
9191
};
9292
if (options.project) {
9393
params.project = options.project;

0 commit comments

Comments
 (0)