Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/lib/cache


Modified Files:
        evas_cache_image.c 


Log Message:


4mb imge cache by default - stupid to have it unlimited.

===================================================================
RCS file: /cvs/e/e17/libs/evas/src/lib/cache/evas_cache_image.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- evas_cache_image.c  13 Aug 2007 05:30:17 -0000      1.7
+++ evas_cache_image.c  7 Oct 2007 11:10:19 -0000       1.8
@@ -40,7 +40,7 @@
 
    new->func = *cb;
 
-   new->limit = -1;
+   new->limit = 4 * 1024 * 1024;
    new->usage = 0;
 
    new->dirty = NULL;



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to