mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-23 23:03:10 -06:00
Add missing config
This commit is contained in:
parent
3e4c95128c
commit
6f8bd745a7
|
|
@ -74,6 +74,9 @@ global:
|
|||
# Kafka.
|
||||
use_naffka: true
|
||||
|
||||
# The maximal size of messages passed between Kafka producers and consumers
|
||||
max_message_bytes: 1048576
|
||||
|
||||
# Naffka database options. Not required when using Kafka.
|
||||
naffka_database:
|
||||
connection_string: file:naffka.db
|
||||
|
|
|
|||
Loading…
Reference in a new issue