mirror of
https://github.com/TeamPGM/pyrogram.git
synced 2024-11-30 09:32:49 +00:00
Fix max_concurrent_transmissions typing (#31)
This commit is contained in:
parent
27b24d49ad
commit
0b83b1d55b
@ -185,7 +185,7 @@ class Client(Methods):
|
||||
Defaults to False, because ``getpass`` (the library used) is known to be problematic in some
|
||||
terminal environments.
|
||||
|
||||
max_concurrent_transmissions (``bool``, *optional*):
|
||||
max_concurrent_transmissions (``int``, *optional*):
|
||||
Set the maximum amount of concurrent transmissions (uploads & downloads).
|
||||
A value that is too high may result in network related issues.
|
||||
Defaults to 1.
|
||||
|
Loading…
Reference in New Issue
Block a user