Enable eos' query cache

This commit is contained in:
DarkPhoenix
2011-04-30 21:45:15 +04:00
parent 4802ca76f8
commit fea2fef23e

View File

@@ -44,7 +44,7 @@ gameDB = os.path.join(staticPath, "eve.db")
import eos.config
#Caching modifiers, disable all gamedata caching, its unneeded.
eos.config.gamedataCache = None
eos.config.gamedataCache = True
# saveddata db location modifier, shouldn't ever need to touch this
eos.config.saveddata_connectionstring = "sqlite:///" + saveDB + "?check_same_thread=False"
eos.config.gamedata_connectionstring = "sqlite:///" + gameDB + "?check_same_thread=False"