remove notification limit

This commit is contained in:
Gordon
2023-01-17 17:26:58 +08:00
parent 0f17f52c2c
commit f538a86e10
4 changed files with 21 additions and 5 deletions
+2
View File
@@ -41,6 +41,8 @@ type groupServer struct {
rpcRegisterName string
etcdSchema string
etcdAddr []string
imdb.GroupInterface
}
func NewGroupServer(port int) *groupServer {