increase prebuffer
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10374 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
46eb368010
commit
f886471991
|
@ -32,7 +32,7 @@
|
|||
*/
|
||||
#include <switch.h>
|
||||
/* for apr_pstrcat */
|
||||
#define DEFAULT_PREBUFFER_SIZE 1024 * 16
|
||||
#define DEFAULT_PREBUFFER_SIZE 1024 * 32
|
||||
|
||||
SWITCH_MODULE_LOAD_FUNCTION(mod_local_stream_load);
|
||||
SWITCH_MODULE_SHUTDOWN_FUNCTION(mod_local_stream_shutdown);
|
||||
|
|
Loading…
Reference in New Issue