increase prebuffer

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10374 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2008-11-13 16:54:53 +00:00
parent 46eb368010
commit f886471991
1 changed files with 1 additions and 1 deletions

View File

@ -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);