This commit is contained in:
erikjohnston 2022-06-15 16:55:55 +00:00
parent 7c4175958c
commit 09c913b107
4 changed files with 6 additions and 6 deletions

View file

@ -4060,8 +4060,8 @@ Defaults to 30m. </p>
<p><code>sync_response_cache_duration</code>: Controls how long the results of a /sync request are <p><code>sync_response_cache_duration</code>: Controls how long the results of a /sync request are
cached for after a successful response is returned. A higher duration can help clients cached for after a successful response is returned. A higher duration can help clients
with intermittent connections, at the cost of higher memory usage. with intermittent connections, at the cost of higher memory usage.
By default, this is zero, which means that sync responses are not cached A value of zero means that sync responses are not cached.
at all.</p> Defaults to 2m.</p>
</li> </li>
<li> <li>
<p><code>cache_autotuning</code> and its sub-options <code>max_cache_memory_usage</code>, <code>target_cache_memory_usage</code>, and <p><code>cache_autotuning</code> and its sub-options <code>max_cache_memory_usage</code>, <code>target_cache_memory_usage</code>, and

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -1060,8 +1060,8 @@ Defaults to 30m. </p>
<p><code>sync_response_cache_duration</code>: Controls how long the results of a /sync request are <p><code>sync_response_cache_duration</code>: Controls how long the results of a /sync request are
cached for after a successful response is returned. A higher duration can help clients cached for after a successful response is returned. A higher duration can help clients
with intermittent connections, at the cost of higher memory usage. with intermittent connections, at the cost of higher memory usage.
By default, this is zero, which means that sync responses are not cached A value of zero means that sync responses are not cached.
at all.</p> Defaults to 2m.</p>
</li> </li>
<li> <li>
<p><code>cache_autotuning</code> and its sub-options <code>max_cache_memory_usage</code>, <code>target_cache_memory_usage</code>, and <p><code>cache_autotuning</code> and its sub-options <code>max_cache_memory_usage</code>, <code>target_cache_memory_usage</code>, and