diff --git a/components/freeswitch/src/mod/mod_twilio_stream/src/audio_pipe.cpp b/components/freeswitch/src/mod/mod_twilio_stream/src/audio_pipe.cpp index cfe4fc15f..023ef464e 100644 --- a/components/freeswitch/src/mod/mod_twilio_stream/src/audio_pipe.cpp +++ b/components/freeswitch/src/mod/mod_twilio_stream/src/audio_pipe.cpp @@ -442,7 +442,7 @@ bool AudioPipe::lws_service_thread(unsigned int nServiceThread) protocolName.c_str(), AudioPipe::lws_callback, sizeof(void *), - 1024, + 16384, }, {NULL, NULL, 0, 0}};