Skip to content

Commit

Permalink
Update x-pack/plugins/observability_solution/synthetics/server/routes…
Browse files Browse the repository at this point in the history
…/monitor_cruds/add_monitor_project.ts
  • Loading branch information
dominiqueclarke authored Dec 3, 2024
1 parent 827ec46 commit 5bd78da
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 * 50; // 20MiB
const MAX_PAYLOAD_SIZE = 1048576 * 50; // 50MiB

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

0 comments on commit 5bd78da

Please sign in to comment.