drago9773 / mge.tf

0 stars 0 forks source link

Cache DB queries #15

Open EternalWill43 opened 2 months ago

EternalWill43 commented 2 months ago

To prevent high request loads from hammering SQLite, we could cache some things on the NodeJS side and reuse the results for each request and just poll the DB on a cron job.