Skip to content

Commit

Permalink
Enable concurrent IOVs by default in ConfigBuilder
Browse files Browse the repository at this point in the history
I was supposed to do this at the same time as
#35302
that followed
#34231
and the conclusion in
#33436
makortel committed Mar 30, 2022
1 parent 767a838 commit 054a62f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Configuration/Applications/python/ConfigBuilder.py
Original file line number Diff line number Diff line change
@@ -88,7 +88,7 @@ class Options:
defaultOptions.nThreads = '1'
defaultOptions.nStreams = '0'
defaultOptions.nConcurrentLumis = '0'
defaultOptions.nConcurrentIOVs = '1'
defaultOptions.nConcurrentIOVs = '0'
defaultOptions.accelerators = None

# some helper routines

0 comments on commit 054a62f

Please sign in to comment.