Experimental change: disable gamedata caching completely and stop all

prefetching except for fetching the skill list
This commit is contained in:
cncfanatics
2010-10-27 19:13:05 +02:00
parent f0454a7e24
commit f92c517bb5
3 changed files with 6 additions and 7 deletions

View File

@@ -26,10 +26,6 @@ class PrefetchThread(threading.Thread):
# Make sure we don't throw tracebacks to console
try:
eos.db.getItemsByCategory("Skill", eager=("effects", "attributes", "attributes.info.icon", "attributes.info.unit", "icon"))
cMarket = service.Market.getInstance()
root = cMarket.getShipRoot()
for id, _ in root:
cMarket.getShipList(id)
except:
pass