diff --git a/README.md b/README.md index ba8b66b..0641d67 100644 --- a/README.md +++ b/README.md @@ -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;