이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
로그인
overmind
/
matrix-docker-ansible-deploy
의 미러
https://github.com/spantaleev/matrix-docker-ansible-deploy
보기
1
좋아요
0
포크
0
코드
이슈
0
릴리즈
0
위키
활동
소스 검색
added rc_invites configuration for synapse
pull/2031/head
Benjamin Castellan
4 년 전
부모
eb54955d63
커밋
22db7914e5
2개의 변경된 파일
과
15개의 추가작업
그리고
0개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+13
-0
roles/matrix-synapse/defaults/main.yml
+2
-0
roles/matrix-synapse/templates/synapse/homeserver.yaml.j2
+ 13
- 0
roles/matrix-synapse/defaults/main.yml
파일 보기
@@ -142,6 +142,19 @@ matrix_synapse_rc_joins:
per_second: 0.01
burst_count: 3
matrix_synapse_rc_invites:
per_room:
per_second: 0.5
burst_count: 5
per_user:
per_second: 0.004
burst_count: 3
per_issuer:
per_second: 0.5
burst_count: 5
matrix_synapse_rc_federation:
window_size: 1000
sleep_limit: 10
+ 2
- 0
roles/matrix-synapse/templates/synapse/homeserver.yaml.j2
파일 보기
@@ -977,6 +977,8 @@ rc_joins: {{ matrix_synapse_rc_joins|to_json }}
# per_second: 0.003
# burst_count: 5
#
rc_invites: {{ matrix_synapse_rc_invites|to_json }}
#rc_third_party_invite:
# per_second: 0.2
# burst_count: 10
쓰기
미리보기
불러오는 중...
취소
저장