1
0

Remove configuration options for direct TCP replication. (#13647)

Removes the ability to configure legacy direct TCP replication. Workers now require Redis to run.
This commit is contained in:
Patrick Cloke
2022-09-06 03:50:02 -04:00
committed by GitHub
parent 8edf3f66d5
commit 32fc3b7ba4
12 changed files with 63 additions and 78 deletions

View File

@@ -204,7 +204,6 @@ jobs:
POSTGRES: ${{ matrix.job.postgres && 1}}
MULTI_POSTGRES: ${{ (matrix.job.postgres == 'multi-postgres') && 1}}
WORKERS: ${{ matrix.job.workers && 1 }}
REDIS: 1
BLACKLIST: ${{ matrix.job.workers && 'synapse-blacklist-with-workers' }}
TOP: ${{ github.workspace }}