This commit is contained in:
Shreyas Goenka 2025-01-03 00:28:23 +05:30
parent 5752d19d3d
commit 0142c62a5b
No known key found for this signature in database
GPG Key ID: 92A07DF49CCB0622
1 changed files with 1 additions and 1 deletions

View File

@ -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