lupa hehehe

This commit is contained in:
yasirarism 2023-08-26 22:10:59 +07:00 committed by GitHub
parent 41fa4854a1
commit 6be3ff1064
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,7 +52,6 @@ app = Client(
mongodb=dict(connection=AsyncClient(DATABASE_URI), remove_peers=False), mongodb=dict(connection=AsyncClient(DATABASE_URI), remove_peers=False),
sleep_threshold=180, sleep_threshold=180,
app_version="MissKatyPyro Stable", app_version="MissKatyPyro Stable",
max_concurrent_transmissions=5,
workers=50, workers=50,
) )