Update 'README.md'

This commit is contained in:
andreacavalli 2020-05-25 12:29:29 +02:00
parent a5bba6ae62
commit a97ff09589

View File

@ -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.