issues
search
Morphyum
/
PersistentMap
Server for the persistent war map
GNU General Public License v3.0
2
stars
1
forks
source link
Concurrency
#9
Closed
IceRaptor
closed
6 years ago
IceRaptor
commented
6 years ago
Adds concurrency to the system.
GETs are fully concurrent
POSTs are still single threaded. Each unique update type locks independently, so missionResult updates don't block shop updates.
Added an endpoint to check datasizes
Added data size monitoring to heartbeat monitoring.
Adds concurrency to the system.