Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
relu91 committed Oct 15, 2018
2 parents 8f4ceb3 + 0ba034a commit 29118fd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ protected void defaults() {
// Scheduler properties
JsonObject scheduler = new JsonObject();
scheduler.add("queueSize", new JsonPrimitive(100));
scheduler.add("timeout", new JsonPrimitive(5000));
parameters.add("scheduler", scheduler);

// Processor properties
Expand Down

0 comments on commit 29118fd

Please sign in to comment.