From a97ff0958930ed911f0a83a5276d4e9557683d0f Mon Sep 17 00:00:00 2001 From: andreacavalli Date: Mon, 25 May 2020 12:29:29 +0200 Subject: [PATCH] Update 'README.md' --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index abce60065..7b44abf71 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,9 @@ TDLib and TDLight are interchangeable, so switching to TDLight or switching back ## Added features ### Memory cleanup -TDLight can clean itself and release some ram to the OS if you want. Look at OptimizeStorage in "Modified features" to see how. +TDLight can clean itself and release some ram to the OS if you want. Look at **TdApi.OptimizeStorage** in "Modified features" paragraph to see how. +### Constant memory usage +TDLight if used with care doesn't grow in memory usage with time. Look at **TdApi.OptimizeStorage** in "Modified features" paragraph to see how ### Custom options We added some options: * **disable_minithumbnails** (true/false) This setting removes minithumbnails everywhere. It reduces memory usage because tdlib keeps them in RAM.