Update 'Added reccomended settings'

This commit is contained in:
andreacavalli 2020-05-25 12:34:12 +02:00
parent 5d3affa62d
commit 44e11d99c6

View File

@ -27,6 +27,14 @@ Removing cached values can cause problems if you don't take the following precau
1. **NOT** use again the old file ids because they have been deleted! (Example: If you receive the file 12 after OptimizeStorage is not the same file 12 that you received before *TdApi.OptimizeStorage*, because the id 12 has been reused)
2. Re-enable internet connection using *TdApi.DisableProxy*
## Other reccomended options
* Options:
* ignore_inline_thumbnails: true
* disable_top_chats: true
* ignore_platform_restrictions: true
* ignore_sensitive_content_restrictions: true
* Disable all the databases (messages_db, users_db, files_db)
-----