feature(retry): Delete retry mechanism (#1279)
This commit is contained in:
@@ -40,7 +40,6 @@ func NewServer(c RpcServerConf, register internal.RegisterFn) (*RpcServer, error
|
||||
metrics := stat.NewMetrics(c.ListenOn)
|
||||
serverOptions := []internal.ServerOption{
|
||||
internal.WithMetrics(metrics),
|
||||
internal.WithMaxRetries(c.MaxRetries),
|
||||
}
|
||||
|
||||
if c.HasEtcd() {
|
||||
|
||||
Reference in New Issue
Block a user