Morphyum / PersistentMap

Server for the persistent war map
GNU General Public License v3.0
2 stars 1 forks source link

Generate faction shops via backup worker, instead of per request #29

Open IceRaptor opened 5 years ago

IceRaptor commented 5 years ago

Faction inventories are generated when they are requested. Move this logic out of the service API and into a background thread that will periodically refresh all shops. This should allow us to minimize the service methods themselves.

Morphyum commented 5 years ago

Currently there is no plan to bring shops back.