Skip to content
Snippets Groups Projects
Commit 44a04bfd authored by 382673304@qq.com's avatar 382673304@qq.com
Browse files

fix: fix import and comment

parent c506f91f
No related branches found
No related tags found
No related merge requests found
......@@ -18,13 +18,13 @@
package grpc
import (
"github.com/apache/dubbo-go/common/constant"
"strconv"
"sync"
)
import (
"github.com/apache/dubbo-go/common"
"github.com/apache/dubbo-go/common/constant"
"github.com/apache/dubbo-go/common/extension"
"github.com/apache/dubbo-go/common/logger"
"github.com/apache/dubbo-go/protocol"
......
......@@ -80,8 +80,6 @@ func (s *Server) Start(url common.URL) {
grpc.UnaryInterceptor(otgrpc.OpenTracingServerInterceptor(tracer)),
grpc.MaxRecvMsgSize(1024*1024*s.bufferSize),
grpc.MaxSendMsgSize(1024*1024*s.bufferSize))
fmt.Println("-------------------")
fmt.Println("size = ", s.bufferSize)
key := url.GetParam(constant.BEAN_NAME_KEY, "")
service := config.GetProviderService(key)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment