2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-28 12:57:52 +00:00

Increase sync interval

This commit is contained in:
Dan 2018-04-13 16:21:18 +02:00
parent 077930f85e
commit 846b7ec710

View File

@ -11,7 +11,7 @@ log = logging.getLogger(__name__)
class Syncer:
INTERVAL = 2
INTERVAL = 20
clients = {}
thread = None