From fa9cbe6d5cbb293984648999218e612522980119 Mon Sep 17 00:00:00 2001 From: "Arthur K." Date: Mon, 19 Jan 2026 18:38:47 +0300 Subject: [PATCH] doc: add TODO.md --- TODO.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 TODO.md diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..27f744a --- /dev/null +++ b/TODO.md @@ -0,0 +1,5 @@ +- nginx role +- don't make roles beg to keep them alive, instead wait for a timeout since the last keepalive message and then probe them +- think about choosing the master for the keepalive message (should be somewhat load-balanced) +- hivemind lite should not just print `hivemind-lite` lol +- different transport (maybe something like a custom binary protocol)