[svn r365] Optimizations to the N800. trunk
authorrosfran
Wed Feb 14 22:25:09 2007 +0000 (2007-02-14)
branchtrunk
changeset 36349e3e9bfc3ab
parent 362 6d7b5baf170b
child 364 9b20a9775516
[svn r365] Optimizations to the N800.
libgnomevfs2-mythtv/modules/mythtv-method.c
     1.1 --- a/libgnomevfs2-mythtv/modules/mythtv-method.c	Wed Feb 14 22:24:39 2007 +0000
     1.2 +++ b/libgnomevfs2-mythtv/modules/mythtv-method.c	Wed Feb 14 22:25:09 2007 +0000
     1.3 @@ -42,7 +42,7 @@
     1.4  #define MYTHTV_TRANSFER_MAX_WAITS       100
     1.5  
     1.6  /* internal GnomeVFS plug-in buffer size ( 120 Kbytes ) */
     1.7 -#define MYTHTV_BUFFER_SIZE							1024*120
     1.8 +#define MYTHTV_BUFFER_SIZE							1024*80
     1.9  /* internally sized GnomeVFS plug-in buffer ( 4 Kbytes ) */
    1.10  #define MYTHTV_MAX_VFS_BUFFER_SIZE			4096
    1.11  /* maximum number of bytes to be requested to the MythTV backend ( 64 Kbytes ) */