From 1a813914896c520a3226e50e9120e6f99d6f7fc8 Mon Sep 17 00:00:00 2001 From: Andrea Cavalli Date: Fri, 28 Aug 2020 20:19:44 +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 739fc147a..b91a3cab2 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,9 @@ We added some options: * **ignore_update_chat_last_message** (true/false) If you don't care about have updateChatLastMessage updates enable this * **ignore_update_chat_read_inbox** (true/false) If you don't care about have updateChatReadInbox updates enable this * **ignore_update_user_chat_action** (true/false) If you don't care about have updateUserChatAction updates enable this - +* **delete_chat_reference_after_seconds** (positive number) During cleanup, free the memory of the chats that have not been touched for more than X seconds +* **delete_user_reference_after_seconds** (positive number) During cleanup, free the memory of the users that have not been touched for more than X seconds +* **delete_file_reference_after_seconds** (positive number) During cleanup, free the memory of the files that have not been touched for more than X seconds ## Modified features ### TdApi.OptimizeStorage