Fix FLOOD_WAIT, downgrade madeline again.

This commit is contained in:
Alexander Pankratov 2023-01-16 11:12:20 +01:00
parent 8ab2373033
commit 87eb160c6f
3 changed files with 9 additions and 9 deletions

View File

@ -28,7 +28,7 @@
"amphp/websocket-client": "^1",
"amphp/http-client": "^4",
"vlucas/phpdotenv": "^4",
"danog/madelineproto": "^v7.0.144",
"danog/madelineproto": "v7.0.144",
"amphp/http-server-form-parser": "^1.1"
},
"require-dev": {

14
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "3edc2579e89f2cba99486aa129b90ec4",
"content-hash": "28c4174c4d89b7adff73721c4a3409f6",
"packages": [
{
"name": "amphp/amp",
@ -2361,16 +2361,16 @@
},
{
"name": "danog/madelineproto",
"version": "7.0.151",
"version": "7.0.144",
"source": {
"type": "git",
"url": "https://github.com/danog/MadelineProto.git",
"reference": "7b2032ca19c054745b6f74c73fd7758f343c5ba8"
"reference": "37fdcd57a3e8676f58e327f28acb39b4a127229b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/danog/MadelineProto/zipball/7b2032ca19c054745b6f74c73fd7758f343c5ba8",
"reference": "7b2032ca19c054745b6f74c73fd7758f343c5ba8",
"url": "https://api.github.com/repos/danog/MadelineProto/zipball/37fdcd57a3e8676f58e327f28acb39b4a127229b",
"reference": "37fdcd57a3e8676f58e327f28acb39b4a127229b",
"shasum": ""
},
"require": {
@ -2473,7 +2473,7 @@
],
"support": {
"issues": "https://github.com/danog/MadelineProto/issues",
"source": "https://github.com/danog/MadelineProto/tree/7.0.151"
"source": "https://github.com/danog/MadelineProto/tree/7.0.144"
},
"funding": [
{
@ -2481,7 +2481,7 @@
"type": "github"
}
],
"time": "2023-01-12T15:28:42+00:00"
"time": "2022-12-06T13:26:25+00:00"
},
{
"name": "danog/magicalserializer",

View File

@ -32,7 +32,7 @@ services:
environment:
MYSQL_ALLOW_EMPTY_PASSWORD: 'yes'
MARIADB_AUTO_UPGRADE: "1"
command: ["mysqld", "--innodb-buffer-pool-size=16M", "--wait_timeout=65"]
command: ["mysqld", "--innodb-buffer-pool-size=32M", "--wait_timeout=65"]
networks:
default:
name: telegram-api-server