From 9e5a68075c5e0a5cdf137da8e2282579428501d9 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Sat, 10 Apr 2021 19:44:38 +0200 Subject: [PATCH] Auto: misc. --- fix-500s.md | 2 ++ journal/2021-04-10.md | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/fix-500s.md b/fix-500s.md index d659b904a..1a130b85d 100644 --- a/fix-500s.md +++ b/fix-500s.md @@ -2,6 +2,8 @@ - [x] catch subnode read errors - [x] log errors when they happen +- [ ] log more +- [ ] force graph refresh if inconsistent? - [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. diff --git a/journal/2021-04-10.md b/journal/2021-04-10.md index f58c0eec6..55d6caca3 100644 --- a/journal/2021-04-10.md +++ b/journal/2021-04-10.md @@ -1,4 +1,5 @@ # 2021-04-10 - [[eric-weinstein]] -- [[wohngenossenschaft]] \ No newline at end of file +- [[wohngenossenschaft]] +- [[isomorphic git]] \ No newline at end of file