diff options
author | Matthew Hodgson <matthew@arasphere.net> | 2019-02-25 19:15:36 +0000 |
---|---|---|
committer | Amber Brown <hawkowl@atleastfornow.net> | 2019-02-25 11:15:36 -0800 |
commit | 70ea2f4e1df41458532c7964f4f707e04810e619 (patch) | |
tree | 83dea8691f041c13a6fa29a1cd8a45480449aab5 /README.rst | |
parent | Merge pull request #4737 from matrix-org/erikj/failure_log_tb (diff) | |
download | synapse-70ea2f4e1df41458532c7964f4f707e04810e619.tar.xz |
switch from google.com to recaptcha.net for reCAPTCHA (#4731)
* add trivial clarification about jemalloc * switch from google.com to recaptcha.net because https://developers.google.com/recaptcha/docs/faq#can-i-use-recaptcha-globally
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/README.rst b/README.rst index 9a7c04b55e..8e22109973 100644 --- a/README.rst +++ b/README.rst @@ -199,6 +199,8 @@ by installing the ``libjemalloc1`` package and adding this line to LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libjemalloc.so.1 +This can make a significant difference on Python 2.7 - it's unclear how +much of an improvement it provides on Python 3.x. Upgrading an existing Synapse ============================= |