etiquette/frontends/etiquette_flask/static
Ethan Dalool e4f686c86f Move thumbnail blobs into the database.
I've moved the thumbnails around many times over this project
and hopefully it doesn't happen too many more. Once the database has
tens of thousands of items, the thumbnails start to become the biggest
headache on the disk. Backing up, restoring, and sharding files per
directory are slower and more effortful with separate files. In the db
means the db is a larger file, but this is disk space that was already
getting used anyway. Now it's simpler and has atomic transactions.
2023-01-27 17:34:32 -08:00
..
basic_thumbnails
css Small css tweaks. 2022-11-19 22:42:35 -08:00
js Move thumbnail blobs into the database. 2023-01-27 17:34:32 -08:00
favicon.png Further separate front & back; Create frontends folder 2017-05-01 21:49:28 -07:00
favicon.svg