pyrofork/pyrogram/methods/advanced
Dan dc3b8a5e01 Tweak file upload settings
Multiple sessions as used in the current implementation were causing a
variety of network related issues. Use one session only instead. Multiple
workers within the same session are fine as long as they are not too many,
otherwise the server will start replying with -429 (too many requests).
Setting the queue size to 1 helps in having a more linear upload progress.
2022-12-27 14:55:07 +01:00
..
__init__.py Rename Client.send to Client.invoke 2022-04-24 11:56:07 +02:00
invoke.py Add usable-by labels for methods 2022-10-14 11:54:26 +02:00
resolve_peer.py Add usable-by labels for methods 2022-10-14 11:54:26 +02:00
save_file.py Tweak file upload settings 2022-12-27 14:55:07 +01:00