From 88acef804e97b4508da00d4d129fd8278da46d3f Mon Sep 17 00:00:00 2001 From: infra Date: Fri, 6 Dec 2024 13:35:30 -0800 Subject: [PATCH] fix lint --- charts/langsmith/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/langsmith/values.yaml b/charts/langsmith/values.yaml index 5b89886..8f4cd14 100644 --- a/charts/langsmith/values.yaml +++ b/charts/langsmith/values.yaml @@ -139,7 +139,7 @@ config: # -- Application Settings. These are used to tune the application settings: # -- Optional. Be very careful when lowering this value as it can result in runs being lost if your queue is down/not processing items fast enough. - redisRunsExpirySeconds: "43200" # 12 hours + redisRunsExpirySeconds: "43200" # 12 hours aceBackend: name: "ace-backend"