pyrofork/pyrogram
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
..
connection Introduce back some previously reverted changes 2022-12-27 13:40:42 +01:00
crypto Add messages for mismatched checks 2022-12-25 15:08:02 +01:00
enums Add support for Fragment SMS codes (#1170) 2022-12-23 20:36:00 +01:00
errors Add messages for mismatched checks 2022-12-25 15:08:02 +01:00
handlers Handle edited messages using a separate handler 2022-04-24 11:56:07 +02:00
methods Tweak file upload settings 2022-12-27 14:55:07 +01:00
parser Optimize log calls 2022-12-26 16:38:12 +01:00
raw Remove ability to access attributes via bracket notation 2022-04-24 11:56:06 +02:00
session Introduce back some previously reverted changes 2022-12-27 13:40:42 +01:00
storage Introduce back some previously reverted changes 2022-12-27 13:40:42 +01:00
types Optimize log calls 2022-12-26 16:38:12 +01:00
__init__.py Update Pyrogram to v2.0.83 2022-12-26 22:30:14 +01:00
client.py Introduce back some previously reverted changes 2022-12-27 13:40:42 +01:00
dispatcher.py Optimize log calls 2022-12-26 16:38:12 +01:00
emoji.py Update emoji.py 2022-01-31 21:27:58 +01:00
file_id.py Faster RLE codec implementation (#938) 2022-03-28 20:10:52 +02:00
filters.py Use getattr to get outgoing attribute in filters.me (#1137) 2022-11-13 14:27:19 +01:00
mime_types.py Update copyright year 2022-01-07 10:23:45 +01:00
py.typed Add py.typed file for enhanced type hinting (#838) 2022-01-29 13:39:25 +01:00
sync.py Add new function compose 2022-04-24 11:56:07 +02:00
utils.py Fix message entity parsing and serialization 2022-08-28 20:32:43 +02:00