mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-06 14:33:10 -06:00
Use longer tunnels with more redundancy when serving the homeserver
This commit is contained in:
parent
da7c367968
commit
04de572eb9
|
|
@ -85,7 +85,7 @@ func SetupAndServeHTTPS(
|
|||
|
||||
http.DefaultClient = httpClient
|
||||
|
||||
garlic, err := onramp.NewGarlic("dendrite", *samAddr, onramp.OPT_WIDE)
|
||||
garlic, err := onramp.NewGarlic("dendrite", *samAddr, onramp.OPT_HUGE)
|
||||
if err != nil {
|
||||
logrus.WithError(err).Fatal("failed to create garlic")
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue