From: Daniel Juyung Seo Date: Wed, 26 Jan 2011 01:14:14 +0000 (+0900) Subject: [config/slp/base.src] Enabled cache flush. X-Git-Tag: REL_I9200_20110603-1~433 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0f4870e612800288046095f58959f026cc2f71e9;p=framework%2Fuifw%2Felementary.git [config/slp/base.src] Enabled cache flush. --- 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;