PuzzleServer / mainpuzzleserver

The main repo for the Puzzle Hunt and Puzzleday servers.
MIT License
9 stars 32 forks source link

Presence List Perf Fix #1045

Closed tabascq closed 2 months ago

tabascq commented 3 months ago

Sending an array of {puzzleId, presenceText} objects instead of just one per message. This allows us to batch up all presence on page load, and only send presence data for puzzles that have it.

tabascq commented 2 months ago

Can this get a review please? We need this for Monday and need to deploy it before pregame begins.