summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCedric Bail <cedric@osg.samsung.com>2016-07-19 09:59:09 -0700
committerCedric Bail <cedric@osg.samsung.com>2016-07-19 09:59:09 -0700
commit4743fdb1906935bc93d82174156c6493d7ad48df (patch)
treece4ee4a1379757f6655762d3397d614c413272c4
parentb33b2ddc3934289af3c8c6f323e4b83056d52261 (diff)
downloadefl-4743fdb1906935bc93d82174156c6493d7ad48df.tar.gz
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.
-rw-r--r--config/default/base.src.in2
-rw-r--r--config/standard/base.src.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/config/default/base.src.in b/config/default/base.src.in
index eed391ca41..c9935497d8 100644
--- a/config/default/base.src.in
+++ b/config/default/base.src.in
@@ -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;
diff --git a/config/standard/base.src.in b/config/standard/base.src.in
index e8ca1d0450..c9f3f1904d 100644
--- a/config/standard/base.src.in
+++ b/config/standard/base.src.in
@@ -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;