Update of /cvsroot/gtkpod/libgpod/src
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv15735/src

Modified Files:
        ithumb-writer.c 
Log Message:
        * src/ithumb-writer.c: reduced maximum size for ithmb files from
          500 MB to 256 MB after reports of slow iPod interface behavior.



Index: ithumb-writer.c
===================================================================
RCS file: /cvsroot/gtkpod/libgpod/src/ithumb-writer.c,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- ithumb-writer.c     9 Jan 2007 13:31:13 -0000       1.26
+++ ithumb-writer.c     9 Feb 2007 16:01:59 -0000       1.27
@@ -1,4 +1,4 @@
-/*  Time-stamp: <2007-01-09 22:00:03 jcs>
+/*  Time-stamp: <2007-02-10 01:00:40 jcs>
  *
  *  Copyright (C) 2005 Christophe Fergeau
  *
@@ -46,7 +46,9 @@
 #include <fcntl.h>
 
 
-#define ITHUMB_MAX_SIZE (500L*1000L*1000L)
+/* Maximum size for .ithmb files. Reduced from 500 MB to 256 MB after
+   reports of slow iPod interface behavior */
+#define ITHUMB_MAX_SIZE (256L*1000L*1000L)
 /* for testing: */
 /*#define ITHUMB_MAX_SIZE (1L*1000L*1000L)*/
 


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2

Reply via email to