Skip to content

Commit

Permalink
Possibility to set delay to 0 (AliceO2Group#1589)
Browse files Browse the repository at this point in the history
  • Loading branch information
chiarazampolli authored Apr 11, 2024
1 parent 1df34c0 commit 07ea63c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions DATA/production/configurations/asyncReco/async_pass.sh
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,9 @@ if [[ -n "$ALIEN_JDL_TFDELAYSECONDS" ]]; then
# ...otherwise, it depends on whether we have throttling
elif [[ -n "$ALIEN_JDL_USETHROTTLING" ]]; then
TFDELAYSECONDS=1
if [[ -n "$ALIEN_JDL_NOTFDELAY" ]]; then
TFDELAYSECONDS=0
fi
export TIMEFRAME_RATE_LIMIT=1
fi

Expand Down

0 comments on commit 07ea63c

Please sign in to comment.