mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
improve e2e port allocator (#3882)
This commit is contained in:
parent
5b7b81a117
commit
256b87321d
6 changed files with 22 additions and 21 deletions
|
|
@ -26,7 +26,7 @@ frpsPath=${ROOT}/bin/frps
|
|||
if [ "${FRPS_PATH}" ]; then
|
||||
frpsPath="${FRPS_PATH}"
|
||||
fi
|
||||
concurrency="12"
|
||||
concurrency="16"
|
||||
if [ "${CONCURRENCY}" ]; then
|
||||
concurrency="${CONCURRENCY}"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue