Procházet zdrojové kódy

Merge pull request #2109 from borisrunakov/stream_writer_worker_metrics_range

change stream writer worker metrics range start
pull/2111/head
Slavi Pantaleev před 3 roky
committed by GitHub
rodič
revize
67763fadec
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: 4AEE18F83AFDEB23
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      roles/matrix-synapse/defaults/main.yml

+ 1
- 1
roles/matrix-synapse/defaults/main.yml Zobrazit soubor

@@ -494,7 +494,7 @@ matrix_synapse_stream_writers: {}
# It should be noted that not all of the background worker types will need to expose HTTP services, etc. # It should be noted that not all of the background worker types will need to expose HTTP services, etc.
matrix_synapse_workers_stream_writer_workers_http_port_range_start: 20011 matrix_synapse_workers_stream_writer_workers_http_port_range_start: 20011
matrix_synapse_workers_stream_writer_workers_replication_port_range_start: 25011 matrix_synapse_workers_stream_writer_workers_replication_port_range_start: 25011
matrix_synapse_workers_stream_writer_workers_metrics_range_start: 19111
matrix_synapse_workers_stream_writer_workers_metrics_range_start: 19211


# matrix_synapse_workers_pusher_workers_count controls the number of pusher workers (workers who push out notifications) to spawn. # matrix_synapse_workers_pusher_workers_count controls the number of pusher workers (workers who push out notifications) to spawn.
# See https://matrix-org.github.io/synapse/latest/workers.html#synapseapppusher # See https://matrix-org.github.io/synapse/latest/workers.html#synapseapppusher


Načítá se…
Zrušit
Uložit