summary refs log tree commit diff
path: root/develop/usage
diff options
context:
space:
mode:
authordevonh <devonh@users.noreply.github.com>2024-04-26 18:12:17 +0000
committerdevonh <devonh@users.noreply.github.com>2024-04-26 18:12:17 +0000
commit7e1f7f4cdc0c5f24c75adcee139b3420a8584b09 (patch)
tree2a5f6fcb118b5c9de44bd04d393d4c1748bc09b2 /develop/usage
parentdeploy: 9c918739220bb548d9e5e5c2f5692c79bd38668d (diff)
downloadsynapse-7e1f7f4cdc0c5f24c75adcee139b3420a8584b09.tar.xz
deploy: 0fd6b269d32340c367a67ee34b963c32da080697
Diffstat (limited to 'develop/usage')
-rw-r--r--develop/usage/administration/admin_api/background_updates.html2
-rw-r--r--develop/usage/administration/admin_faq.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/develop/usage/administration/admin_api/background_updates.html b/develop/usage/administration/admin_api/background_updates.html
index f81a7c0564..2aab4bfefe 100644
--- a/develop/usage/administration/admin_api/background_updates.html
+++ b/develop/usage/administration/admin_api/background_updates.html
@@ -188,7 +188,7 @@ run against the database.</p>
 <code>total_duration_ms</code> how long the background process has been running, not including time spent sleeping.
 <code>average_items_per_ms</code> how many items are processed per millisecond based on an exponential average.</p>
 <h2 id="enabled"><a class="header" href="#enabled">Enabled</a></h2>
-<p>This API allow pausing background updates.</p>
+<p>This API allows pausing background updates.</p>
 <p>Background updates should <em>not</em> be paused for significant periods of time, as
 this can affect the performance of Synapse.</p>
 <p><em>Note</em>: This won't persist over restarts.</p>
diff --git a/develop/usage/administration/admin_faq.html b/develop/usage/administration/admin_faq.html
index c560d2efdf..82fef6efcc 100644
--- a/develop/usage/administration/admin_faq.html
+++ b/develop/usage/administration/admin_faq.html
@@ -331,7 +331,7 @@ variable. The default is 0.5, which can be decreased to reduce RAM usage
 in memory constrained environments, or increased if performance starts to
 degrade.</p>
 <p>However, degraded performance due to a low cache factor, common on
-machines with slow disks, often leads to explosions in memory use due
+machines with slow disks, often leads to explosions in memory use due to
 backlogged requests. In this case, reducing the cache factor will make
 things worse. Instead, try increasing it drastically. 2.0 is a good
 starting value.</p>