summary refs log tree commit diff
path: root/README.rst
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@arasphere.net>2019-02-25 19:15:36 +0000
committerAmber Brown <hawkowl@atleastfornow.net>2019-02-25 11:15:36 -0800
commit70ea2f4e1df41458532c7964f4f707e04810e619 (patch)
tree83dea8691f041c13a6fa29a1cd8a45480449aab5 /README.rst
parentMerge pull request #4737 from matrix-org/erikj/failure_log_tb (diff)
downloadsynapse-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.rst2
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
 =============================