BurntNail / vent

Website for managing House Events
https://blog.maguire.tech/posts/projects/vent/
MIT License
4 stars 1 forks source link

Calendar efficiency #177

Closed BurntNail closed 10 months ago

BurntNail commented 10 months ago

The current calendar gets redone every time it gets requested - it should only do it every so often (or even just every time an event hits, done by the state).

BurntNail commented 10 months ago

look at #178