Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
roberto-delvalle-glb authored Jul 22, 2016
1 parent ff6f138 commit 2fbcc6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ to a connection and/or number of times to execute these random jobs- simulating
(requestor). Delays are also being randomized to create a more realistic test.

Class rdv.com.pool.util.task contains the set of values that control randomnes
private static final int MAX_ACTIONS = 20;
private static final int MAX_ACTIONS = 20;
private static final int MIN_ACTIONS = 2;
private static final int MAX_DELAY = 2000;
private static final int MIN_DELAY = 10;
Expand Down

0 comments on commit 2fbcc6b

Please sign in to comment.