mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2026-02-15 03:45:37 +08:00
实现CPU线程数和修改节点的启用状态
This commit is contained in:
@@ -18,6 +18,7 @@ type NodeConfig struct {
|
||||
Servers []*serverconfigs.ServerConfig `yaml:"servers" json:"servers"`
|
||||
Version int64 `yaml:"version" json:"version"`
|
||||
Name string `yaml:"name" json:"name"`
|
||||
MaxCPU int32 `yaml:"maxCPU" json:"maxCPU"`
|
||||
|
||||
// 全局配置
|
||||
GlobalConfig *serverconfigs.GlobalConfig `yaml:"globalConfig" json:"globalConfig"` // 全局配置
|
||||
|
||||
Reference in New Issue
Block a user