Update docs

This commit is contained in:
Daniil Gentili 2019-12-29 14:10:37 +01:00
parent 757d12fbdd
commit 64dea0245f
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7
1 changed files with 2 additions and 2 deletions

View File

@ -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
```
<a href="https://docs.madelineproto.xyz/docs/SELF.html">Next section</a>
<a href="https://docs.madelineproto.xyz/docs/SELF.html">Next section</a>