Apply fixes from StyleCI
This commit is contained in:
parent
a3efc73a0a
commit
a1eeacd1eb
@ -581,7 +581,7 @@ class MTProto
|
|||||||
'full_info_cache_time' => 60,
|
'full_info_cache_time' => 60,
|
||||||
],
|
],
|
||||||
'requests' => [
|
'requests' => [
|
||||||
'gzip_encode_if_gt' => 500 // Should I try using gzip encoding for requests bigger than N bytes? Set to -1 to disable.
|
'gzip_encode_if_gt' => 500, // Should I try using gzip encoding for requests bigger than N bytes? Set to -1 to disable.
|
||||||
],
|
],
|
||||||
'updates' => [
|
'updates' => [
|
||||||
'handle_updates' => true, // Should I handle updates?
|
'handle_updates' => true, // Should I handle updates?
|
||||||
|
Loading…
Reference in New Issue
Block a user