pyrofork/pyrogram/methods
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
..
advanced Tweak file upload settings 2022-12-27 14:55:07 +01:00
auth Introduce back some previously reverted changes 2022-12-27 13:40:42 +01:00
bots Add usable-by labels for methods 2022-10-14 11:54:26 +02:00
chats Add usable-by labels for methods 2022-10-14 11:54:26 +02:00
contacts Fix typo (#1029) 2022-11-13 14:28:18 +01:00
decorators Fix on_disconnect decorator not working (#1134) 2022-11-13 14:18:42 +01:00
invite_links Update usable-by labels 2022-10-15 15:51:02 +02:00
messages Fix copy_message return type hint (#1128) 2022-11-13 14:25:19 +01:00
password Add usable-by labels for methods 2022-10-14 11:54:26 +02:00
users Add usable-by labels for methods 2022-10-14 11:54:26 +02:00
utilities Optimize log calls 2022-12-26 16:38:12 +01:00
__init__.py Update copyright year 2022-01-07 10:23:45 +01:00