Skip to content

Commit

Permalink
Merge pull request #2443 from 77-QiQi/uim
Browse files Browse the repository at this point in the history
[Uim] TCP并发(Clash Meta)
  • Loading branch information
Anankke committed Jul 22, 2024
2 parents de682a3 + 3c9e63f commit 81481af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/.config.example.php
Original file line number Diff line number Diff line change
Expand Up @@ -146,3 +146,5 @@
$_ENV['r2_access_key_id'] = '';
$_ENV['r2_access_key_secret'] = '';
$_ENV['r2_client_download_timeout'] = 10;
// Clash Meta TCP Concurrency. Default true, false
$_ENV['tcp_concurrent'] = true;
1 change: 1 addition & 0 deletions config/appprofile.example.php
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@
'mode' => 'Rule',
'ipv6' => true,
'log-level' => 'error',
'tcp-concurrent' => $_ENV['tcp_concurrent'],
'external-controller' => '0.0.0.0:9091',
];

Expand Down

0 comments on commit 81481af

Please sign in to comment.