Skip to content

Commit 221e502

Browse files
cez81lafriks
authored andcommitted
Clarify Indexer MAX_FILE_SIZE (#3469) (#3474)
1 parent 1c3d712 commit 221e502

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/doc/advanced/config-cheat-sheet.en-us.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Values containing `#` or `;` must be quoted using `` ` `` or `"""`.
128128
- `REPO_INDEXER_ENABLED`: **false**: Enables code search (uses a lot of disk space).
129129
- `REPO_INDEXER_PATH`: **indexers/repos.bleve**: Index file used for code search.
130130
- `UPDATE_BUFFER_LEN`: **20**: Buffer length of index request.
131-
- `MAX_FILE_SIZE`: **1048576**: Maximum size in bytes of each index files.
131+
- `MAX_FILE_SIZE`: **1048576**: Maximum size in bytes of files to be indexed.
132132

133133
## Security (`security`)
134134

0 commit comments

Comments
 (0)