File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 11---
22name : synapse
3- version : 0.0.7
3+ version : 0.0.8
Original file line number Diff line number Diff line change 4545 user_id: "*"
4646 allow_guest_access: false
4747 allow_per_room_profiles: false
48- allow_public_rooms_over_federation: true
48+ allow_public_rooms_over_federation: false
4949 allow_public_rooms_without_auth: false
5050 auto_join_rooms:
5151 - "#general:{{ $.Values.synapse.serverName }}"
@@ -143,8 +143,8 @@ data:
143143 enable_metrics: true
144144 federation_domain_whitelist: {{- $federation_domain_whitelist | toYaml | nindent 6 }}
145145 federation_metrics_domains: {{- $federation_metrics_domains | toYaml | nindent 6 }}
146- allow_profile_lookup_over_federation: true
147- allow_device_name_lookup_over_federation: true
146+ allow_profile_lookup_over_federation: false
147+ allow_device_name_lookup_over_federation: false
148148 instance_map:
149149 main:
150150 host: synapse-master-0.synapse-master
@@ -255,7 +255,8 @@ data:
255255 use_presence: {{ $.Values.synapse.presence }}
256256 user_directory:
257257 enabled: true
258- search_all_users: true
258+ search_all_users: false
259+ prefer_local_users: true
259260 web_client_location: "https://{{ $.Values.synapse.serverName }}/"
260261 {{- if $.Values.matrixAuthentication.enabled }}
261262 # https://matrix-org.github.io/matrix-authentication-service/setup/homeserver.html#configure-the-homeserver-to-delegate-authentication-to-the-service
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ synapse:
1010 enabled : true
1111 # this workers can scale in runtime
1212 autoscalingWorkers :
13- federation_sender : 2
14- client_reader : 3
13+ federation_sender : 1
14+ client_reader : 2
1515 event_creator : 2
1616 media_repository : 2
1717 # this workers will scale after deploy
You can’t perform that action at this time.
0 commit comments