config: increase base image cache to fit two 4K background in.

This is not ideal, as it would be more accurate to dynamically set
the cache to be a function of the number of screens and their size.
This commit is contained in:
Cedric Bail 2016-07-19 09:59:09 -07:00
parent b33b2ddc39
commit 4743fdb190
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ group "Elm_Config" struct {
value "font_hinting" int: 2;
value "cache_flush_poll_interval" int: 512;
value "cache_flush_enable" uchar: 1;
value "image_cache" int: 4096;
value "image_cache" int: 65536;
value "font_cache" int: 512;
value "edje_cache" int: 32;
value "edje_collection_cache" int: 64;

View File

@ -31,7 +31,7 @@ group "Elm_Config" struct {
value "font_hinting" int: 2;
value "cache_flush_poll_interval" int: 512;
value "cache_flush_enable" uchar: 1;
value "image_cache" int: 4096;
value "image_cache" int: 65536;
value "font_cache" int: 512;
value "edje_cache" int: 32;
value "edje_collection_cache" int: 64;