mirror of
https://github.com/danog/TelegramApiServer.git
synced 2024-11-26 11:54:42 +01:00
Fix: media download
This commit is contained in:
parent
b6d4e73c91
commit
1e5d09c7d9
8
composer.lock
generated
8
composer.lock
generated
@ -2646,12 +2646,12 @@
|
|||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/danog/MadelineProto.git",
|
"url": "https://github.com/danog/MadelineProto.git",
|
||||||
"reference": "7db1850e379ddd432b471cf544319896b448bd97"
|
"reference": "da935c43c3551824ae6032ca8f1e78c5f5af7170"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/danog/MadelineProto/zipball/7db1850e379ddd432b471cf544319896b448bd97",
|
"url": "https://api.github.com/repos/danog/MadelineProto/zipball/da935c43c3551824ae6032ca8f1e78c5f5af7170",
|
||||||
"reference": "7db1850e379ddd432b471cf544319896b448bd97",
|
"reference": "da935c43c3551824ae6032ca8f1e78c5f5af7170",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -2767,7 +2767,7 @@
|
|||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2024-05-14T20:03:12+00:00"
|
"time": "2024-05-18T19:20:47+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "danog/primemodule",
|
"name": "danog/primemodule",
|
||||||
|
@ -21,7 +21,7 @@ $settings = [
|
|||||||
],
|
],
|
||||||
'rpc' => [
|
'rpc' => [
|
||||||
'flood_timeout' => 5,
|
'flood_timeout' => 5,
|
||||||
'rpc_drop_timeout' => 11,
|
'rpc_drop_timeout' => 20,
|
||||||
],
|
],
|
||||||
'connection' => [
|
'connection' => [
|
||||||
'max_media_socket_count' => 10,
|
'max_media_socket_count' => 10,
|
||||||
@ -56,6 +56,7 @@ $settings = [
|
|||||||
],
|
],
|
||||||
'files' => [
|
'files' => [
|
||||||
'report_broken_media' => false,
|
'report_broken_media' => false,
|
||||||
|
'download_parallel_chunks' => 20,
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
'api' => [
|
'api' => [
|
||||||
|
Loading…
Reference in New Issue
Block a user