diff --git a/pyrogram/client/syncer.py b/pyrogram/client/syncer.py index 2fa464be..fd2a4959 100644 --- a/pyrogram/client/syncer.py +++ b/pyrogram/client/syncer.py @@ -11,7 +11,7 @@ log = logging.getLogger(__name__) class Syncer: - INTERVAL = 2 + INTERVAL = 20 clients = {} thread = None