mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-27 13:14:40 +01:00
Apply fixes from StyleCI
This commit is contained in:
parent
52e670d7a5
commit
ec42f14bf9
@ -524,9 +524,9 @@ class MTProto
|
||||
'handler_workers' => 10,
|
||||
], 'upload' => [
|
||||
'allow_automatic_upload' => true,
|
||||
'part_size' => 512*1024,
|
||||
'part_size' => 512 * 1024,
|
||||
], 'download' => [
|
||||
'part_size' => 1024*1024,
|
||||
'part_size' => 1024 * 1024,
|
||||
], 'pwr' => [
|
||||
'pwr' => false,
|
||||
// Need info ?
|
||||
|
Loading…
Reference in New Issue
Block a user