diff options
author | Richard van der Hoff <richard@matrix.org> | 2019-06-10 16:23:07 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2019-06-10 16:23:39 +0100 |
commit | 8d0bd9bb6054911589f82f71b5886bcfcade0de3 (patch) | |
tree | bf17bb3d91364607b0a34e26a33eb47369ed42e1 | |
parent | Tests for SSL certs for federation connections (diff) | |
download | synapse-8d0bd9bb6054911589f82f71b5886bcfcade0de3.tar.xz |
fix build fails
-rw-r--r-- | MANIFEST.in | 4 | ||||
-rw-r--r-- | changelog.d/5417.bugfix | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index ad1523e387..2c59c7bdc2 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -18,8 +18,10 @@ recursive-include docs * recursive-include scripts * recursive-include scripts-dev * recursive-include synapse *.pyi -recursive-include tests *.pem recursive-include tests *.py +include tests/http/ca.crt +include tests/http/ca.key +include tests/http/server.key recursive-include synapse/res * recursive-include synapse/static *.css diff --git a/changelog.d/5417.bugfix b/changelog.d/5417.bugfix new file mode 100644 index 0000000000..54be963a4e --- /dev/null +++ b/changelog.d/5417.bugfix @@ -0,0 +1 @@ +Fix excessive memory using with default `federation_verify_certificates: true` configuration. \ No newline at end of file |