mirror of
https://github.com/matrix-org/dendrite
synced 2024-11-19 00:00:55 +01:00
Disable fulltext search in pinecone builds
This commit is contained in:
parent
26f86a76b6
commit
4ed61740ab
1 changed files with 3 additions and 0 deletions
|
@ -340,6 +340,9 @@ func (m *DendriteMonolith) Start() {
|
|||
cfg.Global.ServerName = gomatrixserverlib.ServerName(hex.EncodeToString(pk))
|
||||
cfg.Global.KeyID = gomatrixserverlib.KeyID(signing.KeyID)
|
||||
cfg.Global.JetStream.InMemory = false
|
||||
// NOTE : disabled for now since there is a 64 bit alignment panic on 32 bit systems
|
||||
// This isn't actually fixed: https://github.com/blevesearch/zapx/pull/147
|
||||
cfg.SyncAPI.Fulltext.Enabled = false
|
||||
|
||||
enableRelaying := false
|
||||
enableMetrics := false
|
||||
|
|
Loading…
Reference in a new issue