From cf4ef60e287a6a61844ab260606721db2b7ee0cd Mon Sep 17 00:00:00 2001
From: kaiyou <pierre@jaury.eu>
Date: Mon, 5 Feb 2018 22:10:03 +0100
Subject: [PATCH] Document the cache factor environment variable for Docker

---
 contrib/docker/README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/contrib/docker/README.md b/contrib/docker/README.md
index 0da7b56628..8b1e0afee6 100644
--- a/contrib/docker/README.md
+++ b/contrib/docker/README.md
@@ -84,6 +84,7 @@ Synapse specific settings:
   the Synapse instance.
 * ``SYNAPSE_ALLOW_GUEST``, set this variable to allow guest joining this server.
 * ``SYNAPSE_EVENT_CACHE_SIZE``, the event cache size [default `10K`].
+* ``SYNAPSE_CACHE_FACTOR``, the cache factor [default `0.5`].
 * ``SYNAPSE_REPORT_STATS``, set this variable to `yes` to enable anonymous
   statistics reporting back to the Matrix project which helps us to get funding.
 * ``SYNAPSE_RECAPTCHA_PUBLIC_KEY``, set this variable to the recaptcha public
-- 
GitLab