mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #832] 设置连接重试的延迟时间 #653
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#653
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 @ghost on GitHub (Jun 19, 2018).
Original GitHub issue: https://github.com/fatedier/frp/issues/832
我们可以手动设置重试超时吗? 目前,它似乎设置了20秒。这样的选择是否存在?谢谢
@fatedier commented on GitHub (Jun 19, 2018):
目前不能设置,重连间隔为 1s, 2s, 4s ... 20s,上限是 20s,当网络短暂波动时可以快速恢复,当网络长期故障时重试间隔会变长。
@ghost commented on GitHub (Jun 19, 2018):
你好,谢谢你的回应。 我会考虑为我的用例建立一个外部控制器。