mirror of
https://github.com/flancian/garden.git
synced 2026-08-06 14:36:18 +00:00
e26cc36d7c
Will still revert journals to [[iso 8601]] after this commit.
449 B
449 B
Fix 500s
- catch subnode read errors
- log errors when they happen
- log more
- force graph refresh if inconsistent?
- 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.