From b3cea42e45edf11c70f10a3f34b72bb748bc60e9 Mon Sep 17 00:00:00 2001 From: Greg Schueler Date: Wed, 1 Aug 2018 09:25:06 -0700 Subject: [PATCH] Fix #44 quartz props prefix is now just 'quartz' --- en/administration/maintenance/tuning-rundeck.md | 4 ++-- jp/administration/13-scaling-rundeck.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/en/administration/maintenance/tuning-rundeck.md b/en/administration/maintenance/tuning-rundeck.md index 138f0baee..38879fb7e 100644 --- a/en/administration/maintenance/tuning-rundeck.md +++ b/en/administration/maintenance/tuning-rundeck.md @@ -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. diff --git a/jp/administration/13-scaling-rundeck.md b/jp/administration/13-scaling-rundeck.md index b9d1eb2e8..f903edd4a 100644 --- a/jp/administration/13-scaling-rundeck.md +++ b/jp/administration/13-scaling-rundeck.md @@ -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.