mirror of
https://github.com/flancian/garden.git
synced 2026-08-07 23:16:21 +00:00
Auto: misc.
This commit is contained in:
@@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
- [x] catch subnode read errors
|
- [x] catch subnode read errors
|
||||||
- [x] log errors when they happen
|
- [x] log errors when they happen
|
||||||
|
- [ ] log more
|
||||||
|
- [ ] force graph refresh if inconsistent?
|
||||||
- [x] try other cache setups
|
- [x] try other cache setups
|
||||||
- TLDR: cachetools.func seems to be much faster than Flask's built in SimpleCache, and even than Redis.
|
- 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.
|
- 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.
|
||||||
|
|||||||
@@ -2,3 +2,4 @@
|
|||||||
|
|
||||||
- [[eric-weinstein]]
|
- [[eric-weinstein]]
|
||||||
- [[wohngenossenschaft]]
|
- [[wohngenossenschaft]]
|
||||||
|
- [[isomorphic git]]
|
||||||
Reference in New Issue
Block a user