]> source.dussan.org Git - gitea.git/commitdiff
Clarify Indexer MAX_FILE_SIZE (#3469)
authorJonas Bröms <9416498+cez81@users.noreply.github.com>
Thu, 8 Feb 2018 02:10:36 +0000 (03:10 +0100)
committerLunny Xiao <xiaolunwen@gmail.com>
Thu, 8 Feb 2018 02:10:36 +0000 (20:10 -0600)
docs/content/doc/advanced/config-cheat-sheet.en-us.md

index 6f3a51c58ccfa52cda3ef8a9e00f198c0c4a8490..a79da16b3e80f256b6ac8c025ee5b0fd2ebbe382 100644 (file)
@@ -128,7 +128,7 @@ Values containing `#` or `;` must be quoted using `` ` `` or `"""`.
 - `REPO_INDEXER_ENABLED`: **false**: Enables code search (uses a lot of disk space).
 - `REPO_INDEXER_PATH`: **indexers/repos.bleve**: Index file used for code search.
 - `UPDATE_BUFFER_LEN`: **20**: Buffer length of index request.
-- `MAX_FILE_SIZE`: **1048576**: Maximum size in bytes of each index files.
+- `MAX_FILE_SIZE`: **1048576**: Maximum size in bytes of files to be indexed.
 
 ## Security (`security`)