mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #1405] max_pool_count配置有什么用? #1106
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#1106
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @hechen0 on GitHub (Aug 23, 2019).
Original GitHub issue: https://github.com/fatedier/frp/issues/1405
看frp的源代码 想了解连接池相关的功能 没看到有任何地方有使用max_pool_count这个配置
@fatedier commented on GitHub (Aug 23, 2019):
https://github.com/fatedier/frp/blob/master/README_zh.md#%E8%BF%9E%E6%8E%A5%E6%B1%A0
是为了限制客户端能使用的 pool_count 的上限。
可能之前某次修改移除了,应该是检查 pool_count ,如果 pool_count > max_pool_count ,就设置为 max_pool_count。