kosmos

Results 1 issues of kosmos

### Description I have the following synchrotron worker configuration: ``` # Sync initial/normal location ~ ^/_matrix/client/(r0|v3)/sync$ { proxy_pass https://$sync; } # Synchrotron location ~ ^/_matrix/client/(api/v1|r0|v3)/events$ { proxy_pass https://synapse_sync; } #...

A-Memory-Usage
T-Other