mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-10 06:49:40 +00:00
main/taskprocessor: Increase max name length of taskprocessors
Since the new names went in, the maximum taskprocessor name is too short. This patch increases the name field to a length to better handle the new names. Change-Id: I32f32d6926f25c8ef5a91303fd2988d2c2858877
This commit is contained in:
committed by
mattf
parent
c7d29cdcf2
commit
ce5bed44e4
@@ -57,7 +57,7 @@
|
||||
struct ast_taskprocessor;
|
||||
|
||||
/*! \brief Suggested maximum taskprocessor name length (less null terminator). */
|
||||
#define AST_TASKPROCESSOR_MAX_NAME 45
|
||||
#define AST_TASKPROCESSOR_MAX_NAME 70
|
||||
|
||||
/*! Default taskprocessor high water level alert trigger */
|
||||
#define AST_TASKPROCESSOR_HIGH_WATER_LEVEL 500
|
||||
|
Reference in New Issue
Block a user