diff --git a/src/mod/formats/mod_local_stream/mod_local_stream.c b/src/mod/formats/mod_local_stream/mod_local_stream.c index 346f9b9597..c091ac8ffc 100644 --- a/src/mod/formats/mod_local_stream/mod_local_stream.c +++ b/src/mod/formats/mod_local_stream/mod_local_stream.c @@ -32,7 +32,7 @@ */ #include /* 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);