From 24dc6aa03eaa63c75d1dfb4872850735f8c76963 Mon Sep 17 00:00:00 2001 From: Jeff Brown Date: Thu, 1 Mar 2012 19:58:32 -0800 Subject: [PATCH] Change default journal mode to PERSIST. Change-Id: I5a72ede093be3ea0f7445df970051ae153f57fed --- core/res/res/values/config.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml index bd0e7985f2373..be43513c65672 100755 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -654,7 +654,7 @@ PERSIST may improve performance by reducing how often journal blocks are reallocated (compared to truncation) resulting in better data block locality and less churn of the storage media. --> - TRUNCATE + PERSIST