Use shorter tunnels with more redundancy when serving the homeserver

This commit is contained in:
eyedeekay 2024-01-25 12:58:42 -05:00
parent 5f778d5e5f
commit da7c367968

View file

@ -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")
}