Enable eos' query cache
This commit is contained in:
@@ -44,7 +44,7 @@ gameDB = os.path.join(staticPath, "eve.db")
|
|||||||
import eos.config
|
import eos.config
|
||||||
|
|
||||||
#Caching modifiers, disable all gamedata caching, its unneeded.
|
#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
|
# saveddata db location modifier, shouldn't ever need to touch this
|
||||||
eos.config.saveddata_connectionstring = "sqlite:///" + saveDB + "?check_same_thread=False"
|
eos.config.saveddata_connectionstring = "sqlite:///" + saveDB + "?check_same_thread=False"
|
||||||
eos.config.gamedata_connectionstring = "sqlite:///" + gameDB + "?check_same_thread=False"
|
eos.config.gamedata_connectionstring = "sqlite:///" + gameDB + "?check_same_thread=False"
|
||||||
|
|||||||
Reference in New Issue
Block a user