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

SVN revision: 32001
This commit is contained in:
Carsten Haitzler 2007-10-07 11:10:19 +00:00
parent d6dd187899
commit afdefa4305
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ evas_cache_image_init(const Evas_Cache_Image_Func *cb)
new->func = *cb;
new->limit = -1;
new->limit = 4 * 1024 * 1024;
new->usage = 0;
new->dirty = NULL;