mirror of
https://github.com/FoxxMD/context-mod.git
synced 2026-04-19 03:00:07 -04:00
Typo fix
This commit is contained in:
@@ -527,7 +527,7 @@
|
||||
class="font-mono">window,authorIs,</span> and <span
|
||||
class="font-mono">itemIs</span> values in configuration will enable the bot to re-use these results and reduce cache misses</li>
|
||||
<li>A high miss % can indicate that above values are not being re-used, TTLs are not long enough, or most items are are new which means the cache can't be used efficiently.</li>
|
||||
<li>Increasing TTL will reduce cache misses at the expensive of a larger cache and stale results</li>
|
||||
<li>Increasing TTL will reduce cache misses at the expense of a larger cache and stale results</li>
|
||||
</ul>
|
||||
</span>
|
||||
<span>
|
||||
|
||||
Reference in New Issue
Block a user