Merge branch 'stable'
* stable: Update 2.1.7 release notes ExportReviewNotes: Default to 2 threads Change-Id: Icc576083ec6ffa5cbbe5163ab34b8c843dc3ab66
This commit is contained in:
@@ -60,7 +60,7 @@ import java.util.Map.Entry;
|
||||
/** Export review notes for all submitted changes in all projects. */
|
||||
public class ExportReviewNotes extends SiteProgram {
|
||||
@Option(name = "--threads", usage = "Number of concurrent threads to run")
|
||||
private int threads = 2 * Runtime.getRuntime().availableProcessors();
|
||||
private int threads = 2;
|
||||
|
||||
private final LifecycleManager manager = new LifecycleManager();
|
||||
private final TextProgressMonitor textMonitor = new TextProgressMonitor();
|
||||
|
Reference in New Issue
Block a user