Skip to content

Commit

Permalink
Merge pull request #6 from witsyke/patch-1
Browse files Browse the repository at this point in the history
Update configuration to use data size input
  • Loading branch information
thorsten-papenbrock authored Nov 14, 2019
2 parents bd46ff7 + 95c1e22 commit 99e38ca
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ public void update(CommandMaster commandMaster) {
this.host = commandMaster.host;
this.port = commandMaster.port;
this.numWorkers = commandMaster.numWorkers;
this.dataSize = commandMaster.dataSize;
}

public void update(CommandSlave commandSlave) {
Expand Down

0 comments on commit 99e38ca

Please # to comment.