Use sticky routing for synchrotrons

This commit is contained in:
Olivier 'reivilibre 2024-09-24 13:21:06 +01:00
parent 9d12232f07
commit d5f42f4655

View file

@ -177,6 +177,7 @@ WORKERS_CONFIG: Dict[str, Dict[str, Any]] = {
],
"shared_extra_conf": {},
"worker_extra_conf": "",
"nginx_upstream_extra_conf": "hash $http_authorization consistent;",
},
"sliding_sync": {
"app": "synapse.app.generic_worker",