[GH-ISSUE #3884] transport.poolCount: unknown field #3079

Closed
opened 2026-05-05 13:59:41 -06:00 by gitea-mirror · 2 comments
Owner

Originally created by @ylluminate on GitHub (Dec 21, 2023).
Original GitHub issue: https://github.com/fatedier/frp/issues/3884

Bug Description

When including the transport.poolCount field (eg, transport.poolCount = 1) in the config, such as a TOML config file, it results in an error now:

$ ./frps --strict_config --config frps.toml
json: unknown field "poolCount"

frpc Version

0.53.2

frps Version

0.53.2

System Architecture

linux/amd64

Configurations

# Pool count in each proxy will keep no more than maxPoolCount.
transport.maxPoolCount = 5
transport.poolCount = 1

Logs

No response

Steps to reproduce

Simply insert into config and execute test via --strict_config.

Affected area

  • Docs
  • Installation
  • Performance and Scalability
  • Security
  • User Experience
  • Test and Release
  • Developer Infrastructure
  • Client Plugin
  • Server Plugin
  • Extensions
  • Others
Originally created by @ylluminate on GitHub (Dec 21, 2023). Original GitHub issue: https://github.com/fatedier/frp/issues/3884 ### Bug Description When including the `transport.poolCount` field (eg, `transport.poolCount = 1`) in the config, such as a TOML config file, it results in an error now: ``` $ ./frps --strict_config --config frps.toml json: unknown field "poolCount" ``` ### frpc Version 0.53.2 ### frps Version 0.53.2 ### System Architecture linux/amd64 ### Configurations ``` # Pool count in each proxy will keep no more than maxPoolCount. transport.maxPoolCount = 5 transport.poolCount = 1 ``` ### Logs _No response_ ### Steps to reproduce Simply insert into config and execute test via `--strict_config`. ### Affected area - [X] Docs - [X] Installation - [ ] Performance and Scalability - [ ] Security - [ ] User Experience - [ ] Test and Release - [ ] Developer Infrastructure - [ ] Client Plugin - [ ] Server Plugin - [ ] Extensions - [ ] Others
Author
Owner

@xqzr commented on GitHub (Dec 21, 2023):

poolCount 只存在于 frpc

<!-- gh-comment-id:1866806278 --> @xqzr commented on GitHub (Dec 21, 2023): `poolCount` 只存在于 frpc
Author
Owner

@ylluminate commented on GitHub (Dec 21, 2023):

poolCount Present only in FRPC

Gotcha, thanks. It was easy to flip the transport.poolCount = 5 in frpc.ini vs transport.maxPoolCount = 5 in frps.ini when reviewing the changes.

<!-- gh-comment-id:1866946261 --> @ylluminate commented on GitHub (Dec 21, 2023): > `poolCount` Present only in FRPC Gotcha, thanks. It was easy to flip the `transport.poolCount = 5` in frpc.ini vs `transport.maxPoolCount = 5` in frps.ini when reviewing the changes.
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#3079
No description provided.