Skip to content

Commit 164e263

Browse files
committed
chore: increase limited view threshold
1 parent c47ab63 commit 164e263

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ export type ProviderApiKeyUsage = {
498498
evaluationName?: string
499499
}[]
500500

501-
export const LIMITED_VIEW_THRESHOLD = 100_000 // Approximated logs
501+
export const LIMITED_VIEW_THRESHOLD = 1_000_000 // Approximated logs
502502
export const STATS_CACHING_THRESHOLD = 5_000 // Actual logs
503503
export const DOCUMENT_STATS_CACHE_KEY = (
504504
workspaceId: number,

0 commit comments

Comments
 (0)