优化代码

This commit is contained in:
刘祥超
2022-01-09 10:53:21 +08:00
parent b6cc826a54
commit ecaa45db34
4 changed files with 26 additions and 1 deletions

View File

@@ -713,4 +713,9 @@ func (this *Node) onReload(config *nodeconfigs.NodeConfig) {
time.Local = location
this.timezone = timeZone
}
// product information
if config.ProductConfig != nil {
teaconst.GlobalProductName = config.ProductConfig.Name
}
}