mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2025-12-29 09:44:50 +00:00
Percobaan
Mari kita coba dengan limit 4 koneksi apakah bisa fix? Signed-off-by: Yasir Aris M <git@yasirdev.my.id>
This commit is contained in:
parent
e8f222891e
commit
cb551def55
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ app = Client(
|
|||
sleep_threshold=180,
|
||||
app_version="MissKatyPyro Stable",
|
||||
workers=50,
|
||||
max_concurrent_transmissions=20,
|
||||
max_concurrent_transmissions=4,
|
||||
)
|
||||
app.db = AsyncClient(DATABASE_URI)
|
||||
app.log = getLogger("MissKaty")
|
||||
|
|
|
|||
Loading…
Reference in a new issue