nkprasad12 / dnd

Web application for TTRPGs.
MIT License
1 stars 0 forks source link

Cache the active board state in memory #64

Closed nkprasad12 closed 3 years ago

nkprasad12 commented 3 years ago

Currently we write to file on each change. Ideally we would handle this in memory until a new active board is selected, or after (say, 1 minute without updates)