diff --git a/pyrogram/client.py b/pyrogram/client.py index ab4c5945..f8f803a2 100644 --- a/pyrogram/client.py +++ b/pyrogram/client.py @@ -974,7 +974,8 @@ class Client(Methods): location=location, offset=offset_bytes, limit=chunk_size - ) + ), + sleep_threshold=30 ) if isinstance(r, raw.types.upload.File): @@ -1009,7 +1010,8 @@ class Client(Methods): location=location, offset=offset_bytes, limit=chunk_size - ) + ), + sleep_threshold=30 ) elif isinstance(r, raw.types.upload.FileCdnRedirect):