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 284284ln -sf $O2DPG_ROOT /DATA/common/setenv.sh
285285ln -sf $O2DPG_ROOT /DATA/common/getCommonArgs.sh
286286
287- # TFDELAY and throttling
288- export TFDELAYSECONDS=40
289- if [[ -n " $ALIEN_JDL_TFDELAYSECONDS " ]]; then
290- TFDELAYSECONDS=" $ALIEN_JDL_TFDELAYSECONDS "
291- # ...otherwise, it depends on whether we have throttling
292- elif [[ -n " $ALIEN_JDL_USETHROTTLING " ]]; then
293- TFDELAYSECONDS=1
294- if [[ -n " $ALIEN_JDL_NOTFDELAY " ]]; then
295- TFDELAYSECONDS=0
296- fi
287+ # throttling and TF-delay
288+ : ${TFDELAYSECONDS:= 0}
289+ if [[ -n " $ALIEN_JDL_NOTFDELAY " ]] && [[ " $ALIEN_JDL_NOTFDELAY " -gt 0 ]] ; then
290+ TFDELAYSECONDS=0
291+ fi
292+
293+ if [[ -n " $ALIEN_JDL_USETHROTTLING " ]] && [[ -z " $TIMEFRAME_RATE_LIMIT " ]] ; then
297294 export TIMEFRAME_RATE_LIMIT=1
298295fi
299296
You can’t perform that action at this time.
0 commit comments