From a1b3ad85ed5cf25dbf23503faa0bf4a1319d532e Mon Sep 17 00:00:00 2001 From: lxnay Date: Wed, 11 Jun 2008 08:06:55 +0000 Subject: [PATCH] Entropy/EntropyDatabaseInterface: - do not touch cache when running Live git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2121 cd1c1023-2f26-0410-ae45-c471fc1f0318 --- libraries/entropy.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libraries/entropy.py b/libraries/entropy.py index 4270b39e1..f87210f52 100644 --- a/libraries/entropy.py +++ b/libraries/entropy.py @@ -19413,9 +19413,9 @@ class EntropyDatabaseInterface: self.databaseStructureUpdates() else: self.databaseStructureUpdates() - # set cache size - self.setCacheSize(6000) - self.setDefaultCacheSize(6000) + # set cache size + self.setCacheSize(6000) + self.setDefaultCacheSize(6000) # now we can set this to False self.dbclosed = False