优化看板打开速度

This commit is contained in:
刘祥超
2022-03-27 16:39:54 +08:00
parent 7aea2fd48c
commit b2752ddd5a
8 changed files with 120 additions and 82 deletions

View File

@@ -558,6 +558,12 @@ func (this *APINode) registerServices(server *grpc.Server) {
this.rest(instance)
}
{
instance := this.serviceInstance(&services.ServerDomainHourlyStatService{}).(*services.ServerDomainHourlyStatService)
pb.RegisterServerDomainHourlyStatServiceServer(server, instance)
this.rest(instance)
}
APINodeServicesRegister(this, server)
// TODO check service names