Update SETTINGS.md

This commit is contained in:
Daniil Gentili 2019-06-23 20:36:31 +02:00 committed by GitHub
parent 47fa1f0176
commit 0fa530e463
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -413,7 +413,7 @@ Description: Serialization will be made automatically every N seconds
### `$settings['serialization']['cleanup_before_serialization']`
Default: false
Description: Remove data from internal database to cleanup memory and reduce *.madeline file size
Description: Remove data from internal database to cleanup memory and reduce `*.madeline` file size (may cause MadelineProto errors).
<hr>
@ -435,4 +435,4 @@ The settings array can be accessed and modified in the instantiated class by acc
$MadelineProto->settings['updates']['handle_updates'] = true; // reenable update fetching
```
<a href="https://docs.madelineproto.xyz/docs/SELF.html">Next section</a>
<a href="https://docs.madelineproto.xyz/docs/SELF.html">Next section</a>