Skip to content

Commit

Permalink
Add index thread limiting to CHANGELOG.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chase Geigle committed Apr 9, 2016
1 parent 6f8ed34 commit 71dfdd8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@
added for places where a moveable `ifstream` or `ofstream` is desired
as a workaround for older standard libraries lacking these move
constructors.
- The number of indexing threads can be controlled via the configuration
key `indexer-num-threads` (which defaults to the number of threads on
the system), and the number of threads allowed to concurrently write to
disk can be controlled via `indexer-max-writers` (which defaults to 8).

# [v2.1.0][2.1.0]
## New features
Expand Down

0 comments on commit 71dfdd8

Please sign in to comment.