Commit 4f44395 1 parent c3f6b93 commit 4f44395 Copy full SHA for 4f44395
File tree 2 files changed +6
-4
lines changed
user-guide/quarkus-integration
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -286,7 +286,9 @@ This requires using the new namespace `generic-config`.
286
286
287
287
- ` quarkus.camunda.enforce-history-time-to-live ` ** becomes** ` quarkus.camunda.generic-config.enforce-history-time-to-live `
288
288
289
- - ` quarkus.camunda.job-executor.thread-pool.max-pool-size ` ** becomes** ` quarkus.camunda.job-executor.generic-config.thread-pool.max-pool-size `
289
+ - ` quarkus.camunda.dmn-enabled ` ** becomes** ` quarkus.camunda.generic-config.dmn-enabled `
290
+
291
+ - ** Non-generic** properties such as ` quarkus.camunda.job-executor.thread-pool.max-pool-size ` remain the same.
290
292
291
293
For a detailed guide on the new Quarkus properties, visit the updated [ Quarkus Configuration] ({{< ref "/user-guide/quarkus-integration/configuration.md" >}}) page.
292
294
Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ the Quarkus-specific properties in the following table:
177
177
<tr ><td colspan =" 4 " ><b >Job Executor</b ></td ></tr >
178
178
179
179
<tr >
180
- <td rowspan="2"><code>quarkus.camunda.job-executor.generic-config. thread-pool</code></td>
180
+ <td rowspan="2"><code>quarkus.camunda.job-executor.thread-pool</code></td>
181
181
<td><code>.max-pool-size</code></td>
182
182
<td>Sets the maximum number of threads that can be present in the thread pool.</td>
183
183
<td><code>10</code></td>
@@ -223,8 +223,8 @@ quarkus.camunda.generic-config.dmn-enabled=false
223
223
quarkus.camunda.generic-config.history =none
224
224
225
225
# job executor configuration
226
- quarkus.camunda.job-executor.generic-config. thread-pool.max-pool-size =12
227
- quarkus.camunda.job-executor.generic-config. thread-pool.queue-size =5
226
+ quarkus.camunda.job-executor.thread-pool.max-pool-size =12
227
+ quarkus.camunda.job-executor.thread-pool.queue-size =5
228
228
quarkus.camunda.job-executor.generic-config.max-jobs-per-acquisition =5
229
229
quarkus.camunda.job-executor.generic-config.lock-time-in-millis =500000
230
230
quarkus.camunda.job-executor.generic-config.wait-time-in-millis =7000
You can’t perform that action at this time.
0 commit comments