mirror of
				https://github.com/spantaleev/matrix-docker-ansible-deploy.git
				synced 2025-10-31 07:17:57 +01:00 
			
		
		
		
	Increase default Synapse/rc_message rate limits
				
					
				
			The new rate limits are more suitable for running Element Call.
Ref:
- 93ae2aed98/docs/self-hosting.md (a-matrix-homeserver)
- https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/3562
Instead of trying to increase them conditionally only when Element Call
is enabled, it's simpler and good-enough to just increase them in all cases.
			
			
This commit is contained in:
		| @@ -416,8 +416,8 @@ matrix_synapse_root_log_level: "WARNING" | ||||
|  | ||||
| # Rate limits | ||||
| matrix_synapse_rc_message: | ||||
|   per_second: 0.2 | ||||
|   burst_count: 10 | ||||
|   per_second: 0.5 | ||||
|   burst_count: 30 | ||||
|  | ||||
| matrix_synapse_rc_registration: | ||||
|   per_second: 0.17 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user