LHCGames / trigger

Javascript based LHC trigger simulator
0 stars 1 forks source link

Condense AJAX requests #2

Closed aidansean closed 9 years ago

aidansean commented 9 years ago

AJAX requests should be sent once per shift for players, and should be sent ~once per minute for the spy mode to reduce the load on server.

aidansean commented 9 years ago

Fixed sending multiple collisions to the server at the end of the shift. The other half will be written when the spy mode is updated.

aidansean commented 9 years ago

Done!