Skip to content

Commit

Permalink
Merge pull request #436 from Jayfrown/435
Browse files Browse the repository at this point in the history
435 - Update threadCount configuration key
  • Loading branch information
ghoneycutt committed Jun 3, 2020
2 parents f5851f4 + 4cb7e8d commit 523a03c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spec/classes/config/global/rundeck_config_spec.rb
Expand Up @@ -93,7 +93,7 @@
rundeck.clusterMode.enabled = "false"
rundeck.projectsStorageType = "filesystem"
quartz.props.threadPool.threadCount = "10"
quartz.threadPool.threadCount = "10"
rundeck.storage.provider."1".type = "file"
rundeck.storage.provider."1".config.baseDir = "/var/lib/rundeck/var/storage"
Expand Down
2 changes: 1 addition & 1 deletion templates/rundeck-config.erb
Expand Up @@ -64,7 +64,7 @@ rundeck.executionMode = "<%= @execution_mode %>"
<%- end -%>

rundeck.projectsStorageType = "<%= @projects_storage_type %>"
quartz.props.threadPool.threadCount = "<%= @quartz_job_threadcount %>"
quartz.threadPool.threadCount = "<%= @quartz_job_threadcount %>"

<%- if @key_storage_type == 'file' -%>
rundeck.storage.provider."1".type = "file"
Expand Down

0 comments on commit 523a03c

Please sign in to comment.