mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-12-27 06:50:42 +01:00
Update content of files
This commit is contained in:
parent
77cfdf3ad7
commit
cf8eacd345
1 changed files with 5 additions and 5 deletions
|
@ -17,22 +17,22 @@
|
|||
"notify_default_delay_ms": 1500,
|
||||
"push_chat_period_ms": 60000,
|
||||
"push_chat_limit": 2,
|
||||
"saved_gifs_limit": 50,
|
||||
"saved_gifs_limit": 25,
|
||||
"edit_time_limit": 900,
|
||||
"revoke_time_limit": 2147483647,
|
||||
"revoke_pm_time_limit": 2147483647,
|
||||
"rating_e_decay": 2419200,
|
||||
"stickers_recent_limit": 200,
|
||||
"stickers_faved_limit": 10,
|
||||
"stickers_faved_limit": 5,
|
||||
"channels_read_media_period": 300,
|
||||
"pinned_dialogs_count_max": 6,
|
||||
"pinned_infolder_count_max": 6,
|
||||
"pinned_dialogs_count_max": 4,
|
||||
"pinned_infolder_count_max": 3,
|
||||
"call_receive_timeout_ms": 20000,
|
||||
"call_ring_timeout_ms": 90000,
|
||||
"call_connect_timeout_ms": 30000,
|
||||
"call_packet_timeout_ms": 10000,
|
||||
"me_url_prefix": "https://t.me/",
|
||||
"caption_length_max": 2048,
|
||||
"caption_length_max": 1024,
|
||||
"message_length_max": 4096,
|
||||
"webfile_dc_id": 2,
|
||||
"phonecalls_enabled": true,
|
||||
|
|
Loading…
Reference in a new issue