We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7503ca5 commit 963a6e7Copy full SHA for 963a6e7
engine/access/rest/websockets/config.go
@@ -34,15 +34,11 @@ const (
34
type Config struct {
35
MaxSubscriptionsPerConnection uint64
36
MaxResponsesPerSecond uint64
37
- SendMessageTimeout time.Duration
38
- MaxRequestSize int64
39
}
40
41
func NewDefaultWebsocketConfig() Config {
42
return Config{
43
MaxSubscriptionsPerConnection: 1000,
44
MaxResponsesPerSecond: 1000,
45
- SendMessageTimeout: 10 * time.Second,
46
- MaxRequestSize: 1024,
47
48
0 commit comments