mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-08 18:16:59 +00:00
Disable fulltext search in pinecone builds
This commit is contained in:
parent
26f86a76b6
commit
4ed61740ab
@ -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 New Issue
Block a user