Skip to content

Commit

Permalink
Move some more workers off master (#1053)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikjohnston authored May 27, 2021
1 parent c551c17 commit 722b20f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/SyTest/Homeserver/Synapse.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1298,6 +1298,10 @@ sub generate_haproxy_map
^/_matrix/client/(api/v1|r0|unstable)/joined_groups$ client_reader
^/_matrix/client/(api/v1|r0|unstable)/publicised_groups$ client_reader
^/_matrix/client/(api/v1|r0|unstable)/publicised_groups/ client_reader
^/_matrix/client/(api/v1|r0|unstable)/rooms/.*/event client_reader
^/_matrix/client/(api/v1|r0|unstable)/joined_rooms client_reader
^/_matrix/client/(api/v1|r0|unstable/.*)/rooms/.*/aliases client_reader
^/_matrix/client/(api/v1|r0|unstable)/search client_reader
^/_matrix/client/(api/v1|r0|unstable)/devices$ stream_writer
^/_matrix/client/(api/v1|r0|unstable)/keys/query$ stream_writer
Expand Down

0 comments on commit 722b20f

Please sign in to comment.