[PR #3275] [CLOSED] add max_delay_time parameter to frpc #4712

Closed
opened 2026-05-05 14:47:16 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/3275
Author: @suiahae
Created: 1/28/2023
Status: Closed

Base: devHead: dev


📝 Commits (3)

  • 842e70e add max_delay_time parameter to frpc
  • 011422c set MaxDelayTime to 20 to pass test
  • fce9284 make up the missing new test parameter

📊 Changes

3 files changed (+6 additions, -1 deletions)

View changed files

📝 client/service.go (+1 -1)
📝 pkg/config/client.go (+3 -0)
📝 pkg/config/client_test.go (+2 -0)

📄 Description

Add the max_delay_time parameter to frpc to avoid too frequent reconnection requests from frpc to frps and keep trying reconnection #3270


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/fatedier/frp/pull/3275 **Author:** [@suiahae](https://github.com/suiahae) **Created:** 1/28/2023 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `dev` --- ### 📝 Commits (3) - [`842e70e`](https://github.com/fatedier/frp/commit/842e70e477e5c0b226067afed36eb699732d59ca) add max_delay_time parameter to frpc - [`011422c`](https://github.com/fatedier/frp/commit/011422c087948732b4ad75fca09758b4e0a73085) set MaxDelayTime to 20 to pass test - [`fce9284`](https://github.com/fatedier/frp/commit/fce9284b3aa3493f88208cfc46a87aca3b3fad60) make up the missing new test parameter ### 📊 Changes **3 files changed** (+6 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `client/service.go` (+1 -1) 📝 `pkg/config/client.go` (+3 -0) 📝 `pkg/config/client_test.go` (+2 -0) </details> ### 📄 Description Add the `max_delay_time` parameter to frpc to avoid too frequent reconnection requests from frpc to frps and keep trying reconnection #3270 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 14:47:16 -06:00
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#4712
No description provided.