Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/fulltextsearch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2018-08-27 15:18:09 +0300
committerMaxence Lange <maxence@artificial-owl.com>2018-08-27 15:18:09 +0300
commit9ce4114732c11ea27a8ea6536854cd4cabceb7d5 (patch)
tree90d05557076fa6c0cdb787d82ba27a41e92087c7 /templates
parentc701bc2440db875e46fd57f2a6a52f37eb8b04d7 (diff)
no more chunk
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/settings.admin.php11
1 files changed, 0 insertions, 11 deletions
diff --git a/templates/settings.admin.php b/templates/settings.admin.php
index c77b6c9..098d194 100644
--- a/templates/settings.admin.php
+++ b/templates/settings.admin.php
@@ -72,17 +72,6 @@ Util::addStyle(Application::APP_NAME, 'admin');
</div>
</div>
- <div class="div-table-row">
- <div class="div-table-col div-table-col-left">
- <span class="leftcol">Indexing Chunk Size :</span>
- <br/>
- <em>Lower the value if the server is short on memory.</em>
- </div>
- <div class="div-table-col">
- <input type="text" class="small" id="fts_chunk_size"/>
- </div>
- </div>
-
</div>