]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
increase prebuffer
authorBrian West <brian@freeswitch.org>
Thu, 13 Nov 2008 16:54:53 +0000 (16:54 +0000)
committerBrian West <brian@freeswitch.org>
Thu, 13 Nov 2008 16:54:53 +0000 (16:54 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10374 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/formats/mod_local_stream/mod_local_stream.c

index 346f9b9597f70e008e8890bd1d1ef53373841187..c091ac8ffccff906787489d6ff908afeade4170b 100644 (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);