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
e355e73f14
commit
fd5e63a224
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ from pyrogram.raw.core import Message, Long
|
|||
from . import aes
|
||||
from ..session.internals import MsgId
|
||||
|
||||
STORED_MSG_IDS_MAX_SIZE = 1000 * 2
|
||||
STORED_MSG_IDS_MAX_SIZE = 500
|
||||
|
||||
|
||||
def kdf(auth_key: bytes, msg_key: bytes, outgoing: bool) -> tuple:
|
||||
|
|
|
|||
Loading…
Reference in a new issue