Skip to content

Commit 07ea63c

Browse files
Possibility to set delay to 0 (#1589)
1 parent 1df34c0 commit 07ea63c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

DATA/production/configurations/asyncReco/async_pass.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,9 @@ if [[ -n "$ALIEN_JDL_TFDELAYSECONDS" ]]; then
239239
# ...otherwise, it depends on whether we have throttling
240240
elif [[ -n "$ALIEN_JDL_USETHROTTLING" ]]; then
241241
TFDELAYSECONDS=1
242+
if [[ -n "$ALIEN_JDL_NOTFDELAY" ]]; then
243+
TFDELAYSECONDS=0
244+
fi
242245
export TIMEFRAME_RATE_LIMIT=1
243246
fi
244247

0 commit comments

Comments
 (0)