Apply fixes from StyleCI

This commit is contained in:
Daniil Gentili 2017-10-04 17:41:18 +00:00 committed by StyleCI Bot
parent a3efc73a0a
commit a1eeacd1eb

View File

@ -581,7 +581,7 @@ class MTProto
'full_info_cache_time' => 60,
],
'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' => [
'handle_updates' => true, // Should I handle updates?