From 0f4870e612800288046095f58959f026cc2f71e9 Mon Sep 17 00:00:00 2001 From: Daniel Juyung Seo Date: Wed, 26 Jan 2011 10:14:14 +0900 Subject: [PATCH] [config/slp/base.src] Enabled cache flush. --- config/slp/base.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/slp/base.src b/config/slp/base.src index 820feb6..94aeed4 100644 --- a/config/slp/base.src +++ b/config/slp/base.src @@ -16,7 +16,7 @@ group "Elm_Config" struct { value "compositing" int: 1; value "font_hinting" int: 2; value "cache_flush_poll_interval" int: 512; - value "cache_flush_enable" uchar: 0; + value "cache_flush_enable" uchar: 1; value "image_cache" int: 4096; value "font_cache" int: 512; value "edje_cache" int: 32; -- 2.7.4