Limit size of siblings list and some bug fixes
This commit is contained in:
@@ -34,7 +34,7 @@ let {
|
||||
</button>
|
||||
</IconBlock>
|
||||
|
||||
{#if node.name === ".search_index.gz"}
|
||||
{#if node.name === ".search_index.zstd"}
|
||||
<TextBlock>
|
||||
<p>
|
||||
Congratulations! You have found the search index. One of the
|
||||
@@ -50,7 +50,7 @@ let {
|
||||
have a lot of repetitive elements it compresses incredibly well.
|
||||
You'd be hard-pressed to grow this index over even 1 MB. Honestly,
|
||||
this search system is incredibly efficient, I'd be surprised if
|
||||
EleasticSearch could even match it.
|
||||
ElasticSearch could even match it.
|
||||
</p>
|
||||
<p>
|
||||
This file is updated 10 minutes after the last time you modify a
|
||||
|
||||
Reference in New Issue
Block a user