Skip to content

Commit aec0432

Browse files
committed
Merge branch 'release/0.6'
2 parents ae824d5 + 4592065 commit aec0432

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<modelVersion>4.0.0</modelVersion>
77
<groupId>org.reaktivity</groupId>
88
<artifactId>ry-start</artifactId>
9-
<version>0.5</version>
9+
<version>0.6</version>
1010
<name>Reaktivity Start Command</name>
1111
<description>Reaktivity Start Command</description>
1212
<url>https://github.com/reaktivity/ry-start.java</url>

src/main/java/org/reaktivity/ry/start/internal/command/RyStartCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public final class RyStartCommand extends RyCommand
4747
public URI configURI = Paths.get("ry.json").toUri();
4848

4949
@Option(name = "-w", description = "workers")
50-
public int workers = 1;
50+
public int workers = Runtime.getRuntime().availableProcessors();
5151

5252
@Option(name = "-p", description = "properties")
5353
public String properties = "ry.props";

0 commit comments

Comments
 (0)