mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 12:04:51 +00:00
PyroFork: set STORED_MSG_IDS_MAX_SIZE to 500
Signed-off-by: wulan17 <wulan17@nusantararom.org>
This commit is contained in:
parent
9df9b25c72
commit
5bb4d936cc
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue