Skip to content

Commit 9769d94

Browse files
committed
[ML] Fix allowMMLGreaterThanMax changed to undefined previously
1 parent a3a0809 commit 9769d94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

x-pack/plugins/ml/server/models/job_validation/validate_model_memory_limit.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export async function validateModelMemoryLimit(
6565
job.data_description.time_field,
6666
duration!.start as number,
6767
duration!.end as number,
68-
undefined,
68+
true,
6969
job.datafeed_config
7070
);
7171
// @ts-expect-error

0 commit comments

Comments
 (0)