From 0fa530e463a007e6a3be889933adb75446c18ccb Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Sun, 23 Jun 2019 20:36:31 +0200 Subject: [PATCH] Update SETTINGS.md --- docs/docs/SETTINGS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/SETTINGS.md b/docs/docs/SETTINGS.md index 40afaab4..269d9676 100644 --- a/docs/docs/SETTINGS.md +++ b/docs/docs/SETTINGS.md @@ -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).
@@ -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 ``` -Next section \ No newline at end of file +Next section