Merge pull request #8738 from ChillerDragon/pr_increase_max_tmp_cmd_len

Increase max temp cmp length
This commit is contained in:
Dennis Felsing 2024-08-16 07:50:40 +00:00 committed by GitHub
commit 8d024be37c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -30,7 +30,7 @@ public:
ACCESS_LEVEL_HELPER, ACCESS_LEVEL_HELPER,
ACCESS_LEVEL_USER, ACCESS_LEVEL_USER,
TEMPCMD_NAME_LENGTH = 32, TEMPCMD_NAME_LENGTH = 64,
TEMPCMD_HELP_LENGTH = 192, TEMPCMD_HELP_LENGTH = 192,
TEMPCMD_PARAMS_LENGTH = 96, TEMPCMD_PARAMS_LENGTH = 96,