hinsley / tglfs

Telegram Large File Storage
https://t.me/tglfs
MIT License
1 stars 0 forks source link

Uploaded chunks may be getting cached #11

Open hinsley opened 5 months ago

hinsley commented 5 months ago

https://arabic-telethon.readthedocs.io/en/stable/extra/examples/telegram-client.html#reusing-uploaded-files This cacheing is unnecessary for chunks and should be disabled.

hinsley commented 5 months ago

I'm not really sure this is happening, since I am using send_message to send the files with a caption instead of the method in the link. I still need to investigate whether cacheing is occurring, which should be relatively easy by just looking at local storage consumption when uploading very large files.