Skip to content

Commit 8e0a72a

Browse files
Merge pull request #241 from krdlab/patch-1
Correct the minor mistake on usage-advanced.adoc
2 parents 709d7d7 + b2e97ab commit 8e0a72a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/asciidoc/usage-advanced.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ Very few threads can be used for very slow publishers:
254254
--producer-scheduler-threads 10
255255

256256
In the example above, 1000 publishers will publish every 60 seconds
257-
with a random start-up delay between 1 second and 15 minutes (1800 seconds). They
257+
with a random start-up delay between 1 second and 30 minutes (1800 seconds). They
258258
will be scheduled by only 10 threads (instead of 20 by default). Such delay
259259
values are suitable for long running tests.
260260

0 commit comments

Comments
 (0)