File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
docs/content/doc/advanced Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ Values containing `#` or `;` must be quoted using `` ` `` or `"""`.
160
160
- ` ISSUE_INDEXER_QUEUE_DIR ` : ** indexers/issues.queue** : When ISSUE_INDEXER_QUEUE_TYPE is levelqueue, this will be the queue will be saved path
161
161
- ` ISSUE_INDEXER_QUEUE_BATCH_NUMBER ` : ** 20** : Batch queue number
162
162
163
- - ` REPO_INDEXER_ENABLED ` : ** false** : Enables code search (uses a lot of disk space).
163
+ - ` REPO_INDEXER_ENABLED ` : ** false** : Enables code search (uses a lot of disk space, about 6 times more than the repository size ).
164
164
- ` REPO_INDEXER_PATH ` : ** indexers/repos.bleve** : Index file used for code search.
165
165
- ` UPDATE_BUFFER_LEN ` : ** 20** : Buffer length of index request.
166
166
- ` MAX_FILE_SIZE ` : ** 1048576** : Maximum size in bytes of files to be indexed.
You can’t perform that action at this time.
0 commit comments