Skip to content

Commit

Permalink
Fix FLOOD_WAIT, downgrade madeline again.
Browse files Browse the repository at this point in the history
  • Loading branch information
xtrime-ru committed Jan 16, 2023
1 parent 8ab2373 commit 87eb160
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
14 changes: 7 additions & 7 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 87eb160

Please sign in to comment.