diff options
author | Erik Johnston <erik@matrix.org> | 2016-09-14 14:51:48 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2016-09-14 14:51:48 +0100 |
commit | 3e6e8a1c03a8dfc55def56779c0499b09188e8c1 (patch) | |
tree | c17ff5888db7531e654c5c4c510b9b4e64b803ae /jenkins-dendron-postgres.sh | |
parent | Split out public room list into a worker process (diff) | |
download | synapse-3e6e8a1c03a8dfc55def56779c0499b09188e8c1.tar.xz |
Enable testing of client_reader
Diffstat (limited to 'jenkins-dendron-postgres.sh')
-rwxr-xr-x | jenkins-dendron-postgres.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/jenkins-dendron-postgres.sh b/jenkins-dendron-postgres.sh index 68912a8967..70edae4328 100755 --- a/jenkins-dendron-postgres.sh +++ b/jenkins-dendron-postgres.sh @@ -20,3 +20,5 @@ export SYNAPSE_CACHE_FACTOR=1 --pusher \ --synchrotron \ --federation-reader \ + --client-reader \ + --appservice \ |