From aafab1b59e39cee88f76acc61afbfc1bcd0a0fd7 Mon Sep 17 00:00:00 2001 From: NFish Date: Thu, 23 Jan 2025 17:09:44 +0800 Subject: [PATCH] fix: update sandbox log histroy value --- web/app/components/billing/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/components/billing/config.ts b/web/app/components/billing/config.ts index 8ee6b18242..257b9d80fd 100644 --- a/web/app/components/billing/config.ts +++ b/web/app/components/billing/config.ts @@ -25,7 +25,7 @@ export const ALL_PLANS: Record = { documentProcessingPriority: Priority.standard, messageRequest: 200, annotatedResponse: 10, - logHistory: 15, + logHistory: 30, }, professional: { level: 2,