Fix phar build
This commit is contained in:
parent
541f9b67ac
commit
d18ef430b9
@ -7,6 +7,7 @@
|
||||
MadelineProto now features async, for **incredible speed improvements**, and **parallel processing**.
|
||||
Powered by [amphp](https://amphp.org), MadelineProto wraps the AMPHP APIs to provide a simpler generator-based async API.
|
||||
|
||||
|
||||
* Fully rewritten connection stack, with support for websockets, stuff
|
||||
* updates
|
||||
* simultaneous method calls
|
||||
@ -46,6 +47,7 @@ Powered by [amphp](https://amphp.org), MadelineProto wraps the AMPHP APIs to pro
|
||||
* no more php 5
|
||||
* reset PTS to 0
|
||||
* arrayaccess on args
|
||||
* increased flood wait
|
||||
|
||||
Things to expect in the next releases:
|
||||
docs for get mime funcs
|
||||
|
@ -707,7 +707,7 @@ class MTProto extends AsyncConstruct implements TLCallback
|
||||
'authorization' => 5,
|
||||
// How many times should I try to generate an authorization key before throwing an exception
|
||||
'response' => 5,
|
||||
], 'flood_timeout' => ['wait_if_lt' => 20], 'msg_array_limit' => [
|
||||
], 'flood_timeout' => ['wait_if_lt' => 10*60], 'msg_array_limit' => [
|
||||
// How big should be the arrays containing the incoming and outgoing messages?
|
||||
'incoming' => 100,
|
||||
'outgoing' => 100,
|
||||
|
@ -17,7 +17,6 @@ echo '{
|
||||
"minimum-stability":"dev",
|
||||
"require": {
|
||||
"danog/madelineproto": "dev-master",
|
||||
"amphp/byte-stream": "dev-master#bc191a8 as 1.5"
|
||||
},
|
||||
"repositories": [
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user