Skip to content

Commit

Permalink
Changed default scheduling strategy to reactive.
Browse files Browse the repository at this point in the history
  • Loading branch information
thorsten-papenbrock committed Jul 17, 2017
1 parent d4d61c5 commit 73a5306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion akka-tutorial/src/main/java/de/hpi/akka_tutorial/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ int getDefaultPort() {
* Defines the scheduling strategy to be used in the master.
*/
@Parameter(names = {"-s", "--scheduler"}, description = "a scheduling strategy (round-robin or reactive)")
String schedulingStrategy = "round-robin";
String schedulingStrategy = "reactive";
}

/**
Expand Down

0 comments on commit 73a5306

Please # to comment.