mirror of
https://git.envs.net/envs/matrix-conf.git
synced 2025-05-13 12:32:11 -04:00
update for 1.74.0
This commit is contained in:
parent
7ddce79090
commit
3c51a9eee6
6 changed files with 13 additions and 16 deletions
|
@ -487,7 +487,7 @@ admin_contact: 'mailto:hostmaster@envs.net'
|
||||||
# be populated, however no one will be limited. If limit_usage_by_mau
|
# be populated, however no one will be limited. If limit_usage_by_mau
|
||||||
# is true, this is implied to be true.
|
# is true, this is implied to be true.
|
||||||
#
|
#
|
||||||
#mau_stats_only: false
|
mau_stats_only: true
|
||||||
|
|
||||||
# Sometimes the server admin will want to ensure certain accounts are
|
# Sometimes the server admin will want to ensure certain accounts are
|
||||||
# never blocked by mau checking. These accounts are specified here.
|
# never blocked by mau checking. These accounts are specified here.
|
||||||
|
@ -2388,12 +2388,12 @@ email:
|
||||||
# Uncomment the following to enable sending emails for messages that the user
|
# Uncomment the following to enable sending emails for messages that the user
|
||||||
# has missed. Disabled by default.
|
# has missed. Disabled by default.
|
||||||
#
|
#
|
||||||
enable_notifs: true
|
enable_notifs: false
|
||||||
|
|
||||||
# Uncomment the following to disable automatic subscription to email
|
# Uncomment the following to disable automatic subscription to email
|
||||||
# notifications for new users. Enabled by default.
|
# notifications for new users. Enabled by default.
|
||||||
#
|
#
|
||||||
notif_for_new_users: true
|
notif_for_new_users: false
|
||||||
|
|
||||||
# Custom URL for client links within the email notifications. By default
|
# Custom URL for client links within the email notifications. By default
|
||||||
# links will be based on "https://matrix.to".
|
# links will be based on "https://matrix.to".
|
||||||
|
@ -2807,13 +2807,10 @@ worker_app: synapse.app.homeserver
|
||||||
#worker_name: synapse
|
#worker_name: synapse
|
||||||
|
|
||||||
#notify_appservices_from_worker: worker_name
|
#notify_appservices_from_worker: worker_name
|
||||||
start_pushers: false
|
|
||||||
#update_user_directory_from_worker: worker_name
|
#update_user_directory_from_worker: worker_name
|
||||||
|
|
||||||
# Disables sending of outbound federation transactions on the main process.
|
pusher_instances:
|
||||||
# Uncomment if using a federation sender worker.
|
- pusher
|
||||||
#
|
|
||||||
send_federation: false
|
|
||||||
|
|
||||||
# It is possible to run multiple federation sender workers, in which case the
|
# It is possible to run multiple federation sender workers, in which case the
|
||||||
# work is balanced across them.
|
# work is balanced across them.
|
||||||
|
@ -2827,6 +2824,7 @@ federation_sender_instances:
|
||||||
- federation_sender1
|
- federation_sender1
|
||||||
- federation_sender2
|
- federation_sender2
|
||||||
- federation_sender3
|
- federation_sender3
|
||||||
|
- federation_sender4
|
||||||
|
|
||||||
# When using workers this should be a map from `worker_name` to the
|
# When using workers this should be a map from `worker_name` to the
|
||||||
# HTTP replication listener of the worker, if configured.
|
# HTTP replication listener of the worker, if configured.
|
||||||
|
@ -2944,5 +2942,4 @@ background_updates:
|
||||||
|
|
||||||
|
|
||||||
experimental_features:
|
experimental_features:
|
||||||
msc2815_enabled: true
|
|
||||||
msc2285_enabled: true
|
msc2285_enabled: true
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
worker_app: synapse.app.federation_sender
|
worker_app: synapse.app.generic_worker
|
||||||
worker_name: federation_sender1
|
worker_name: federation_sender1
|
||||||
|
|
||||||
# The replication listener on the synapse to talk to.
|
# The replication listener on the synapse to talk to.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
worker_app: synapse.app.federation_sender
|
worker_app: synapse.app.generic_worker
|
||||||
worker_name: federation_sender2
|
worker_name: federation_sender2
|
||||||
|
|
||||||
# The replication listener on the synapse to talk to.
|
# The replication listener on the synapse to talk to.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
worker_app: synapse.app.federation_sender
|
worker_app: synapse.app.generic_worker
|
||||||
worker_name: federation_sender3
|
worker_name: federation_sender3
|
||||||
|
|
||||||
# The replication listener on the synapse to talk to.
|
# The replication listener on the synapse to talk to.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
worker_app: synapse.app.federation_sender
|
worker_app: synapse.app.generic_worker
|
||||||
worker_name: federation_sender4
|
worker_name: federation_sender4
|
||||||
|
|
||||||
# The replication listener on the synapse to talk to.
|
# The replication listener on the synapse to talk to.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
worker_app: synapse.app.pusher
|
worker_app: synapse.app.generic_worker
|
||||||
worker_name: pusher
|
worker_name: pusher
|
||||||
|
|
||||||
# The replication listener on the synapse to talk to.
|
# The replication listener on the synapse to talk to.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue