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