From 9f2663cfe2e7ab48629bc18fcbe41ded430f1585 Mon Sep 17 00:00:00 2001 From: Wizou <11647984+wiz0u@users.noreply.github.com> Date: Sat, 3 Aug 2024 17:24:51 +0200 Subject: [PATCH] small detail --- src/migrate/Version-21.x.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/migrate/Version-21.x.md b/src/migrate/Version-21.x.md index 1b488b8..fd7ba76 100644 --- a/src/migrate/Version-21.x.md +++ b/src/migrate/Version-21.x.md @@ -176,4 +176,4 @@ To disable this system and keep the same behavior as previous versions, use `Ret > Notes for advanced users: > - If this happens while uploading files (InputFile streams), the streams will be reset to their start position in order to be sent again -> - If your streams are non-seekable _(no problem with MemoryStream/FileStream)_, the full HTTP request to Bot API will be buffered before sending _(so it can lead to a temporary use of memory if you're sending big files)_ +> - If your streams are non-seekable _(no problem with MemoryStream/FileStream)_, the full HTTP request to Bot API will be buffered before the first sending _(so it can lead to a temporary use of memory if you're sending big files)_