From 64dea0245f620c03f17d23d561e2805ad97a6545 Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Sun, 29 Dec 2019 14:10:37 +0100 Subject: [PATCH] Update docs --- 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 282702d0..bd0c66c4 100644 --- a/docs/docs/SETTINGS.md +++ b/docs/docs/SETTINGS.md @@ -324,7 +324,7 @@ Description: Default number of chunks for parallel upload ### `$settings['upload']['allow_automatic_upload']` Default: `true` -Description: If false, [disables automatic upload from file path in constructors](FILES.html) +Description: If false, [disables automatic upload from file path in constructors](FILES.html) (automatic upload by URL/from remote file will still be allowed). ### `$settings['upload']['part_size']` Default: `512*1024` @@ -443,4 +443,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