Ce site fonctionne mieux avec JavaScript.
Accueil
Explorateur
Aide
Connexion
overmind
/
matrix-docker-ansible-deploy
miroir de
https://github.com/spantaleev/matrix-docker-ansible-deploy
Suivre
1
Ajouter aux favoris
0
Bifurcation
0
Code
Tickets
0
Versions
0
Wiki
Activité
Parcourir la source
added rc_invites configuration for synapse
pull/2031/head
Benjamin Castellan
il y a 4 ans
Parent
eb54955d63
révision
22db7914e5
2 fichiers modifiés
avec
15 ajouts
et
0 suppressions
Vue séparée
Option de Diff
Voir les Statistiques
Télécharger le Fichier Patch
Télécharger le Fichier des Différences
+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
Voir le fichier
@@ -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
Voir le fichier
@@ -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
Écrire
Aperçu
Chargement…
Annuler
Enregistrer