mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
(cherry picked from commit db7db0e4ca
)
Co-authored-by: Spencer <spencer@elastic.co>
This commit is contained in:
parent
522b2315e9
commit
e810a1cc4c
2 changed files with 8 additions and 1 deletions
|
@ -312,6 +312,10 @@ export class CiStatsReporter {
|
|||
data: body,
|
||||
params: query,
|
||||
adapter: httpAdapter,
|
||||
|
||||
// if it can be serialized into a string, send it
|
||||
maxBodyLength: Infinity,
|
||||
maxContentLength: Infinity,
|
||||
});
|
||||
|
||||
return resp.data;
|
||||
|
|
5
packages/kbn-pm/dist/index.js
vendored
5
packages/kbn-pm/dist/index.js
vendored
|
@ -9288,7 +9288,10 @@ class CiStatsReporter {
|
|||
headers,
|
||||
data: body,
|
||||
params: query,
|
||||
adapter: _http.default
|
||||
adapter: _http.default,
|
||||
// if it can be serialized into a string, send it
|
||||
maxBodyLength: Infinity,
|
||||
maxContentLength: Infinity
|
||||
});
|
||||
return resp.data;
|
||||
} catch (error) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue