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
This commit is contained in:
lxnay
2008-06-11 08:06:55 +00:00
parent 3cea9cef64
commit a1b3ad85ed
+3 -3
View File
@@ -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