Skip to content

Commit

Permalink
[Synthetics] Revert project payload limit (elastic#202733)
Browse files Browse the repository at this point in the history
## Summary

This went into code by mistake
https://github.com/elastic/kibana/pull/202467/files#r1867607838 !!

---------

Co-authored-by: Dominique Clarke <[email protected]>
  • Loading branch information
2 people authored and hop-dev committed Dec 5, 2024
1 parent 32ed90f commit 731845a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { ProjectMonitor } from '../../../common/runtime_types';
import { SYNTHETICS_API_URLS } from '../../../common/constants';
import { ProjectMonitorFormatter } from '../../synthetics_service/project_monitor/project_monitor_formatter';

const MAX_PAYLOAD_SIZE = 1048576 * 100; // 20MiB
const MAX_PAYLOAD_SIZE = 1048576 * 50; // 50MiB

export const addSyntheticsProjectMonitorRoute: SyntheticsRestApiRouteFactory = () => ({
method: 'PUT',
Expand Down

0 comments on commit 731845a

Please sign in to comment.