mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Increment axios timeout sending events (#172062)
This commit is contained in:
parent
e333c6ee2e
commit
f20e8357e3
1 changed files with 1 additions and 1 deletions
|
@ -397,7 +397,7 @@ export class TelemetryEventsSender implements ITelemetryEventsSender {
|
|||
'X-Elastic-Stack-Version': clusterVersionNumber ? clusterVersionNumber : '8.0.0',
|
||||
...(licenseId ? { 'X-Elastic-License-ID': licenseId } : {}),
|
||||
},
|
||||
timeout: 5000,
|
||||
timeout: 10000,
|
||||
});
|
||||
this.telemetryUsageCounter?.incrementCounter({
|
||||
counterName: createUsageCounterLabel(usageLabelPrefix.concat(['payloads', channel])),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue