mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 12:42:02 +00:00
[mod_amqp] Increase max command size
This commit is contained in:
@@ -387,7 +387,7 @@ void * SWITCH_THREAD_FUNC mod_amqp_command_thread(switch_thread_t *thread, void
|
||||
amqp_rpc_reply_t res;
|
||||
amqp_envelope_t envelope;
|
||||
struct timeval timeout = {0};
|
||||
char command[1024];
|
||||
char command[10240];
|
||||
enum ECommandFormat {
|
||||
COMMAND_FORMAT_UNKNOWN,
|
||||
COMMAND_FORMAT_PLAINTEXT
|
||||
|
||||
Reference in New Issue
Block a user