Commit 46397a0 chenjie
committed
1 parent a044af0 commit 46397a0 Copy full SHA for 46397a0
File tree 2 files changed +3
-9
lines changed
2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -70,8 +70,6 @@ func getCGrpcClientConfig() *cgrpc.ClientConfig {
70
70
ConnectTimeout: time.Duration(gc.ConnectTimeout),
71
71
GlobalTimeout: time.Duration(gc.GlobalTimeout),
72
72
HeartPorbe: time.Duration(gc.HeartProbe),
73
- SocketRBuf: 2048,
74
- SocketWBuf: 2048,
75
73
MaxMsgLen: 65535,
76
74
Discover: cgrpcDNS,
77
75
}
@@ -112,8 +110,6 @@ func getCrpcClientConfig() *crpc.ClientConfig {
112
110
ConnectTimeout: time.Duration(rc.ConnectTimeout),
113
111
GlobalTimeout: time.Duration(rc.GlobalTimeout),
114
112
HeartPorbe: time.Duration(rc.HeartProbe),
115
- SocketRBuf: 2048,
116
- SocketWBuf: 2048,
117
113
MaxMsgLen: 65535,
118
114
Discover: crpcDNS,
119
115
}
@@ -156,8 +152,6 @@ func getWebClientConfig() *web.ClientConfig {
156
152
IdleTimeout: time.Duration(wc.IdleTimeout),
157
153
HeartProbe: time.Duration(wc.HeartProbe),
158
154
MaxHeader: 1024,
159
- SocketRBuf: 2048,
160
- SocketWBuf: 2048,
161
155
}
162
156
}`
163
157
Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ const text = `module {{.}}
11
11
go 1.17
12
12
13
13
require (
14
- github.com/chenjie199234/Config v0.0.32
15
- github.com/chenjie199234/Corelib v0.0.46
14
+ github.com/chenjie199234/Config v0.0.33
15
+ github.com/chenjie199234/Corelib v0.0.47
16
16
github.com/fsnotify/fsnotify v1.5.1
17
17
github.com/go-sql-driver/mysql v1.6.0
18
- github.com/segmentio/kafka-go v0.4.25
18
+ github.com/segmentio/kafka-go v0.4.27
19
19
go.mongodb.org/mongo-driver v1.8.2
20
20
google.golang.org/protobuf v1.27.1
21
21
)`
You can’t perform that action at this time.
0 commit comments