SeaGL / patch

Matrix bot that assists with running the SeaGL Matrix space
GNU Affero General Public License v3.0
3 stars 3 forks source link

Improve startup speed in dev #48

Open strugee opened 12 months ago

strugee commented 12 months ago

It takes a second or two to run yarn start because syncing room info is non-trivial. I should be able to set an option to cache a bunch of this info, or maybe avoid synchronization at startup at all, or something like that.