[mod_amqp] Increase max command size

This commit is contained in:
mahald 2021-08-27 17:48:32 +02:00 committed by GitHub
parent dd2411336f
commit 641fcd2b26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -387,7 +387,7 @@ void * SWITCH_THREAD_FUNC mod_amqp_command_thread(switch_thread_t *thread, void
amqp_rpc_reply_t res; amqp_rpc_reply_t res;
amqp_envelope_t envelope; amqp_envelope_t envelope;
struct timeval timeout = {0}; struct timeval timeout = {0};
char command[1024]; char command[10240];
enum ECommandFormat { enum ECommandFormat {
COMMAND_FORMAT_UNKNOWN, COMMAND_FORMAT_UNKNOWN,
COMMAND_FORMAT_PLAINTEXT COMMAND_FORMAT_PLAINTEXT