-
Notifications
You must be signed in to change notification settings - Fork 137
Configuring Publishing Queue
Endi S. Dewata edited this page Sep 26, 2022
·
3 revisions
By default publishing queue is disabled.
Publishing queue can be enabled by adding the following line to CS.cfg
in ca
section:
ca.publish.queue.enable=true
Enabled publishing queue assumes default parameters equivalent to following configuration:
ca.publish.queue.enable=true ca.publish.queue.maxNumberOfThreads=3 ca.publish.queue.pageSize=40 ca.publish.queue.priorityLevel=0 ca.publish.queue.saveStatus=200
Publishing queue can be also enabled using pkiconsole
:
Publishing queue will be recovered on CA restart if CS.cfg
contains ca.publish.queue.saveStatus=N
for N
> 0
.
Tip
|
To find a page in the Wiki, enter the keywords in search field, press Enter, then click Wikis. |