This commit is contained in:
mikemccand 2014-05-12 14:16:27 -04:00
parent 254ebc2f88
commit b6ae7fbadb
1 changed files with 0 additions and 6 deletions

View File

@ -195,9 +195,3 @@ scheduler supports this setting:
The maximum number of threads to perform the merge operation. Defaults to The maximum number of threads to perform the merge operation. Defaults to
`Math.max(1, Math.min(3, Runtime.getRuntime().availableProcessors() / 2))`. `Math.max(1, Math.min(3, Runtime.getRuntime().availableProcessors() / 2))`.
coming[1.2.0]
The default will change to `1` which works best with spinning-magnets
disks. If you are using a good solid-state disk (SSD) instead then try
setting this to `3`.