diff options
author | Julio Capote <jcapote@gmail.com> | 2023-01-08 13:33:07 +0000 |
---|---|---|
committer | Julio Capote <jcapote@gmail.com> | 2023-01-08 13:33:07 +0000 |
commit | 9470ad27f2c725ceeaa6ca8c727670d59fdb5588 (patch) | |
tree | b76e7807bb7624928d9b6d6fad8bad4ca47f955c /TODO | |
parent | 82452d909a8c4ed1147817a1e23d20b090685d2c (diff) | |
download | communique-9470ad27f2c725ceeaa6ca8c727670d59fdb5588.tar.gz |
dont abort whole loop due to one bad subscriber delivery
Diffstat (limited to '')
-rw-r--r-- | TODO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ * graceful shutdown * attachment support * namespace everything to /c/ so apache can 404 requests to / instead of us + * makes webserver config harder due to .well-known needing to live at the root * outbox return latest 20 posts only -* make badger GC run continously |