We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c47ab63 commit 164e263Copy full SHA for 164e263
packages/core/src/constants.ts
@@ -498,7 +498,7 @@ export type ProviderApiKeyUsage = {
498
evaluationName?: string
499
}[]
500
501
-export const LIMITED_VIEW_THRESHOLD = 100_000 // Approximated logs
+export const LIMITED_VIEW_THRESHOLD = 1_000_000 // Approximated logs
502
export const STATS_CACHING_THRESHOLD = 5_000 // Actual logs
503
export const DOCUMENT_STATS_CACHE_KEY = (
504
workspaceId: number,
0 commit comments