소스 검색

Merge pull request #2132 from mjarr/mjarr-patch-1

synapse: match upstream rate limit defaults
pull/2133/head
Slavi Pantaleev 3 년 전
committed by GitHub
부모
커밋
a69613a2e7
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일8개의 추가작업 그리고 8개의 파일을 삭제
  1. +8
    -8
      roles/matrix-synapse/defaults/main.yml

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

@@ -148,22 +148,22 @@ matrix_synapse_rc_admin_redaction:
matrix_synapse_rc_joins:
local:
per_second: 0.1
burst_count: 3
burst_count: 10
remote:
per_second: 0.01
burst_count: 3
burst_count: 10


matrix_synapse_rc_invites:
per_room:
per_second: 0.5
burst_count: 5
per_second: 0.3
burst_count: 10
per_user:
per_second: 0.004
burst_count: 3
per_issuer:
per_second: 0.5
per_second: 0.003
burst_count: 5
per_issuer:
per_second: 0.3
burst_count: 10


matrix_synapse_rc_federation:


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