现在2.7-Preview的P0级问题已修复,Preview理论上可用,但是还未进行长期测试,稳定性待验证
This commit is contained in:
@@ -5,7 +5,7 @@ serverPort = {{.ServerPort}}
|
||||
token = "{{.Token}}"
|
||||
|
||||
[log]
|
||||
to = "./frpc.log"
|
||||
to = "./data/frpc.log"
|
||||
level = "{{.LogLevel}}"
|
||||
maxDays = {{.LogMaxDays}}
|
||||
|
||||
@@ -19,9 +19,11 @@ poolCount = {{.PoolCount}}
|
||||
{{.WireProtocolLine}}
|
||||
{{end}}
|
||||
|
||||
{{if .AdminPort}}
|
||||
[webServer]
|
||||
addr = "127.0.0.1"
|
||||
port = {{.AdminPort}}
|
||||
{{end}}
|
||||
|
||||
{{range .Proxies}}
|
||||
[[proxies]]
|
||||
|
||||
@@ -1,6 +1,11 @@
|
||||
// internal/process/manager.go
|
||||
// 新增 PhaseReloading 状态 + FRPReady 绑定 PID
|
||||
|
||||
// 嗷呜! ^_^
|
||||
// 作者留:现在2.7-Preview首战告捷!前端检测正常,后端匹配达成,该热加载的都能上了!
|
||||
// 代价嘛……之前极致的 20M + 15M ,现在变成了 22M + 37M ……
|
||||
// 多点就多点嘛……总比低内存消耗下黑盒状态强嘛……
|
||||
|
||||
package process
|
||||
|
||||
import (
|
||||
|
||||
Reference in New Issue
Block a user