From 0142c62a5b8a84739fcefd49fb455db82c34a916 Mon Sep 17 00:00:00 2001 From: Shreyas Goenka Date: Fri, 3 Jan 2025 00:28:23 +0530 Subject: [PATCH] - --- libs/telemetry/logger.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/telemetry/logger.go b/libs/telemetry/logger.go index ea1233d2b..9fb907e83 100644 --- a/libs/telemetry/logger.go +++ b/libs/telemetry/logger.go @@ -44,7 +44,7 @@ func GetLogs(ctx context.Context) []FrontendLog { // Maximum additional time to wait for the telemetry event to flush. We expect the flush // method to be called when the CLI command is about to exist, so this caps the maximum // additional time the user will experience because of us logging CLI telemetry. -var MaxAdditionalWaitTime = 5 * time.Second +var MaxAdditionalWaitTime = 3 * time.Second // We make the API call to the /telemetry-ext endpoint to log the CLI telemetry events // right about as the CLI command is about to exit. The API endpoint can handle