From 1f34b6bb90221109344e602dfcd774165a3e9611 Mon Sep 17 00:00:00 2001 From: Martin Michelsen Date: Thu, 28 Sep 2023 14:51:07 -0700 Subject: [PATCH] add TODO for nonblocking reloads --- TODO.md | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO.md b/TODO.md index d50e517e..07cccbc4 100644 --- a/TODO.md +++ b/TODO.md @@ -17,6 +17,7 @@ - Check size of name field in GuildCardPC - Build an exception-handling abstraction in ChatCommands that shows formatted error messages in all cases - Make non-BB detector encryption match more than the first 4 bytes +- Make reloading happen on separate threads so compression doesn't block active clients ## Episode 3