Skip to content
Snippets Groups Projects
Commit 81f63a15 authored by Julien Leduc's avatar Julien Leduc
Browse files

updating wfe.ntx to 10 and wfe.interval to 1 as 3 was way too low (1 is to...

updating wfe.ntx to 10 and wfe.interval to 1 as 3 was way too low (1 is to match preproduction number of wfe.interval).
parent 0fd88391
No related branches found
Tags v0.0-17
No related merge requests found
......@@ -154,7 +154,9 @@ test -f /CANSTART && echo OK || exit 1
# enable eos workflow engine
eos space config default space.wfe=on
# set the thread-pool size of concurrently running workflows
eos space config default space.wfe.ntx=3
eos space config default space.wfe.ntx=10
# set interval in which the WFE engine is running
eos space config default space.wfe.interval=1
# ATTENTION
# for sss authorisation unix has to be replaced by sss
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment