scheduler command max 300

This commit is contained in:
proddy
2024-07-20 11:44:31 +02:00
parent ac27096087
commit 27eb56aee8

View File

@@ -317,8 +317,8 @@ export const schedulerItemValidation = (
{
type: 'string',
min: 1,
max: 64,
message: 'Command must be 1-64 characters'
max: 300,
message: 'Command must be 1-300 characters'
}
]
});