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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user