[GH-ISSUE #1405] max_pool_count配置有什么用? #1106

Closed
opened 2026-05-05 12:42:45 -06:00 by gitea-mirror · 1 comment
Owner

Originally created by @hechen0 on GitHub (Aug 23, 2019).
Original GitHub issue: https://github.com/fatedier/frp/issues/1405

看frp的源代码 想了解连接池相关的功能 没看到有任何地方有使用max_pool_count这个配置

Originally created by @hechen0 on GitHub (Aug 23, 2019). Original GitHub issue: https://github.com/fatedier/frp/issues/1405 看frp的源代码 想了解连接池相关的功能 没看到有任何地方有使用max_pool_count这个配置
gitea-mirror 2026-05-05 12:42:45 -06:00
  • closed this issue
  • added the
    todo
    label
Author
Owner

@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。

<!-- gh-comment-id:524285448 --> @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。
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#1106
No description provided.