From fea2fef23e185f8a4fa88f141ed30305ae667338 Mon Sep 17 00:00:00 2001 From: DarkPhoenix Date: Sat, 30 Apr 2011 21:45:15 +0400 Subject: [PATCH] Enable eos' query cache --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index f64262b85..754f8a016 100644 --- a/config.py +++ b/config.py @@ -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"