소스 검색

matrix-synapse: enable push_rules writer in worker presets

pull/4840/head
Slavi Pantaleev 5 일 전
부모
커밋
a3ff72ebff
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      roles/custom/matrix-synapse/defaults/main.yml

+ 2
- 2
roles/custom/matrix-synapse/defaults/main.yml 파일 보기

@@ -954,7 +954,7 @@ matrix_synapse_workers_presets:
stream_writer_account_data_stream_workers_count: 1
stream_writer_receipts_stream_workers_count: 1
stream_writer_presence_stream_workers_count: 1
stream_writer_push_rules_stream_workers_count: 0
stream_writer_push_rules_stream_workers_count: 1
stream_writer_device_lists_stream_workers_count: 1
specialized-workers:
room_workers_count: 1
@@ -974,7 +974,7 @@ matrix_synapse_workers_presets:
stream_writer_account_data_stream_workers_count: 1
stream_writer_receipts_stream_workers_count: 1
stream_writer_presence_stream_workers_count: 1
stream_writer_push_rules_stream_workers_count: 0
stream_writer_push_rules_stream_workers_count: 1
stream_writer_device_lists_stream_workers_count: 1

# Controls whether the matrix-synapse container exposes the various worker ports


불러오는 중...
취소
저장