We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c3d712 commit 221e502Copy full SHA for 221e502
docs/content/doc/advanced/config-cheat-sheet.en-us.md
@@ -128,7 +128,7 @@ Values containing `#` or `;` must be quoted using `` ` `` or `"""`.
128
- `REPO_INDEXER_ENABLED`: **false**: Enables code search (uses a lot of disk space).
129
- `REPO_INDEXER_PATH`: **indexers/repos.bleve**: Index file used for code search.
130
- `UPDATE_BUFFER_LEN`: **20**: Buffer length of index request.
131
-- `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.
132
133
## Security (`security`)
134
0 commit comments