Skip to content

Commit

Permalink
Fix #44 quartz props prefix is now just 'quartz'
Browse files Browse the repository at this point in the history
  • Loading branch information
gschueler committed Aug 1, 2018
1 parent 53ecf50 commit b3cea42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions en/administration/maintenance/tuning-rundeck.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,12 +128,12 @@ Please refer to the Quartz site for detailed information:

#### Update rundeck-config

Use the properties mentioned in the Quartz documentation, but **replace** the `org.quartz` prefix, with the prefix `quartz.props`.
Use the properties mentioned in the Quartz documentation, but **replace** the `org.quartz` prefix, with the prefix `quartz`.

e.g. in `rundeck-config.properties` :

~~~ {.properties}
quartz.props.threadPool.threadCount = 20
quartz.threadPool.threadCount = 20
~~~

Set the threadCount value to the max number of threads you want to run concurrently.
Expand Down
2 changes: 1 addition & 1 deletion jp/administration/13-scaling-rundeck.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ is set in the ``quartz.properties`` file. By default, this is set to ``10``.

To change the maximum threadCount modify this file and alter the line:

org.quartz.threadPool.threadCount = 20
quartz.threadPool.threadCount = 20

Set the threadCount value to the max number of threads you want to run concurrently.

Expand Down

0 comments on commit b3cea42

Please sign in to comment.