Skip to content

Commit

Permalink
Fix: media download
Browse files Browse the repository at this point in the history
  • Loading branch information
xtrime-ru committed May 18, 2024
1 parent b6d4e73 commit 1e5d09c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion config.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
],
'rpc' => [
'flood_timeout' => 5,
'rpc_drop_timeout' => 11,
'rpc_drop_timeout' => 20,
],
'connection' => [
'max_media_socket_count' => 10,
Expand Down Expand Up @@ -56,6 +56,7 @@
],
'files' => [
'report_broken_media' => false,
'download_parallel_chunks' => 20,
],
],
'api' => [
Expand Down

0 comments on commit 1e5d09c

Please sign in to comment.