mirror of
https://github.com/SlavikMIPT/tgcloud.git
synced 2025-02-14 12:12:14 +00:00
Update README.md
This commit is contained in:
parent
c79efbbe7f
commit
11a0e21cc5
1 changed files with 4 additions and 3 deletions
|
@ -2,6 +2,7 @@
|
|||
Opensourse Telegram based cloud storage
|
||||
using:
|
||||
|
||||
### from telegram_client_x import TelegramClientX
|
||||
### client = TelegramClientX(entity, api_id, api_hash, update_workers=None, spawn_read_thread=True)
|
||||
### client.set_upload_threads_count(24)
|
||||
from telegram_client_x import TelegramClientX
|
||||
client = TelegramClientX(entity, api_id, api_hash, update_workers=None, spawn_read_thread=True)
|
||||
client.set_upload_threads_count(24)
|
||||
client.set_download_threads_count(8)
|
||||
|
|
Loading…
Reference in a new issue