Auto: misc.

This commit is contained in:
2021-03-07 21:46:56 +01:00
parent 6abfeb351e
commit 0bb61cba17
+4 -2
View File
@@ -1,6 +1,8 @@
# Fix 500s # Fix 500s
- [x] catch subnode read errors - [x] catch subnode read errors
- [ ] log errors when they happen - [x] log errors when they happen
- - [x] try other cache setups
- TLDR: cachetools.func seems to be much faster than Flask's built in SimpleCache, and even than Redis.
- This might have something to do with the fact that I'm caching the graph as a monolithic entity, and it's already 50MB of data. That's a lot to copy/transfer over a socket.