mirror of https://github.com/sbt/sbt.git
This commit adds a few options to supershell: 1. Max items -- sets the max number of tasks to display in the progress reports. It is pretty hard to read more than a few items in the progress reports so I set the default limit to 8 and made that configurable via the superShellMaxTasks parameter. If there are more than the limit, there is an additional line telling how many additional tasks are running 2. sleep -- sets how long to sleep between reports. The default is 500ms to ensure that it updates at least once per second but the previous value of 100ms is more frequent than necessary 3. threshold -- sets the minimum duration a task has to run before being printed in the progress reports. The default threshold is increased from 10ms to 100ms. This introduces a delay of threshold milliseconds before any progress lines appear and also means that if no tasks ever exceed the threshold, then no progress is ever displayed. |
||
|---|---|---|
| .. | ||
| src | ||
| NOTICE | ||