mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-07 06:03:09 -06:00
1GB
This commit is contained in:
parent
97e05aac16
commit
4aaed3aff3
|
|
@ -161,7 +161,7 @@ func NewBaseDendrite(cfg *config.Dendrite, componentName string, options ...Base
|
|||
}
|
||||
}
|
||||
|
||||
cache, err := caching.NewRistrettoCache(caching.MB*64, enableMetrics)
|
||||
cache, err := caching.NewRistrettoCache(1*caching.GB, enableMetrics)
|
||||
if err != nil {
|
||||
logrus.WithError(err).Warnf("Failed to create cache")
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue