micronode.go | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
micronode.go
@@ -23,7 +23,7 @@ } func NewMicroNode(ctx context.Context,q chan os.Signal, serverId string, reg *RegisterInfo, fnLog func(v ...interface{})) (*MicroNode, error){ conf := NewConfig(KEY_REGISTER,512,5,1000,1000,1000, fnLog) conf := NewConfig(KEY_REGISTER,512,5,2000,2000,2000, fnLog) handle, err := Register(ctx, q, conf, reg) if err != nil { return nil, err