From 517b62a35b1b826a2f89d3836cca0e8627eb0eae Mon Sep 17 00:00:00 2001 From: Igor Katson Date: Mon, 29 Apr 2024 18:39:19 +0100 Subject: [PATCH] Update TODO.md --- TODO.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index d69d310..64da87a 100644 --- a/TODO.md +++ b/TODO.md @@ -92,4 +92,8 @@ refactor: Streaming: -- "queued" pieces need to be inversed probably. Not sure. But when streaming, I want to stream files even if they are not checkboxed. +- [x] I want to stream files even if they are not checkboxed. + +Other: + +- [ ] keepalive is useless, the tieout is 120s, and read timeout is 10s. Need to send keepalive only if nothing was done recently.