[OPB-xx] limiting response for defines to 250 characters to limit the wall of texts it can create

This commit is contained in:
Sheldan
2021-04-30 01:31:19 +02:00
parent 2e3afbc77d
commit 58f92293a4

View File

@@ -14,6 +14,7 @@
],
"additionalMessage": "${definition.definition?json_string}",
"metaConfig": {
"messageLimit": 1
"messageLimit": 1,
"additionalMessageLengthLimit": 250
}
}