PyroFork: set STORED_MSG_IDS_MAX_SIZE to 500

Signed-off-by: wulan17 <wulan17@nusantararom.org>
This commit is contained in:
wulan17 2023-07-04 11:24:24 +07:00
parent 9df9b25c72
commit 5bb4d936cc
No known key found for this signature in database
GPG key ID: 318CD6CD3A6AC0A5

View file

@ -52,7 +52,7 @@ class Session:
MAX_RETRIES = 10
ACKS_THRESHOLD = 10
PING_INTERVAL = 5
STORED_MSG_IDS_MAX_SIZE = 1000 * 2
STORED_MSG_IDS_MAX_SIZE = 500
TRANSPORT_ERRORS = {
404: "auth key not found",