File tree Expand file tree Collapse file tree 1 file changed +7
-10
lines changed
DATA/production/configurations/asyncReco Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Original file line number Diff line number Diff line change 280280ln -sf $O2DPG_ROOT /DATA/common/setenv.sh
281281ln -sf $O2DPG_ROOT /DATA/common/getCommonArgs.sh
282282
283- # TFDELAY and throttling
284- export TFDELAYSECONDS=40
285- if [[ -n " $ALIEN_JDL_TFDELAYSECONDS " ]]; then
286- TFDELAYSECONDS=" $ALIEN_JDL_TFDELAYSECONDS "
287- # ...otherwise, it depends on whether we have throttling
288- elif [[ -n " $ALIEN_JDL_USETHROTTLING " ]]; then
289- TFDELAYSECONDS=1
290- if [[ -n " $ALIEN_JDL_NOTFDELAY " ]]; then
291- TFDELAYSECONDS=0
292- fi
283+ # throttling and TF-delay
284+ : ${TFDELAYSECONDS:= 0}
285+ if [[ -n " $ALIEN_JDL_NOTFDELAY " ]] && [[ " $ALIEN_JDL_NOTFDELAY " -gt 0 ]] ; then
286+ TFDELAYSECONDS=0
287+ fi
288+
289+ if [[ -n " $ALIEN_JDL_USETHROTTLING " ]] && [[ -z " $TIMEFRAME_RATE_LIMIT " ]] ; then
293290 export TIMEFRAME_RATE_LIMIT=1
294291fi
295292
You can’t perform that action at this time.
0 commit comments