[Freeswitch-svn] [commit] r10374 - freeswitch/trunk/src/mod/formats/mod_local_stream

FreeSWITCH SVN brian at freeswitch.org
Thu Nov 13 08:54:53 PST 2008


Author: brian
Date: Thu Nov 13 11:54:53 2008
New Revision: 10374

Log:
increase prebuffer

Modified:
   freeswitch/trunk/src/mod/formats/mod_local_stream/mod_local_stream.c

Modified: freeswitch/trunk/src/mod/formats/mod_local_stream/mod_local_stream.c
==============================================================================
--- freeswitch/trunk/src/mod/formats/mod_local_stream/mod_local_stream.c	(original)
+++ freeswitch/trunk/src/mod/formats/mod_local_stream/mod_local_stream.c	Thu Nov 13 11:54:53 2008
@@ -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);



More information about the Freeswitch-svn mailing list