mirror of
https://github.com/matrix-org/dendrite.git
synced 2024-11-22 14:21:55 -06:00
Set QUIC keepalive again
This commit is contained in:
parent
2bb580c1b0
commit
689c3df02d
|
@ -136,7 +136,7 @@ func Setup(instanceName, storageDirectory string) (*Node, error) {
|
|||
n.quicConfig = &quic.Config{
|
||||
MaxIncomingStreams: 0,
|
||||
MaxIncomingUniStreams: 0,
|
||||
KeepAlive: false,
|
||||
KeepAlive: true,
|
||||
MaxIdleTimeout: time.Second * 60,
|
||||
HandshakeTimeout: time.Second * 30,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue