Skip to content

Commit 1136ae3

Browse files
committed
Don't disable rate limiting in EPNSYNCMODE
1 parent 3bdb1d3 commit 1136ae3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

DATA/common/setenv.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ else # Defaults when running on the EPN
8989
if [[ -z "$EPNPIPELINES" ]]; then export EPNPIPELINES=1; fi
9090
if [[ -z "$SHMTHROW" ]]; then export SHMTHROW=0; fi
9191
if [[ -z "$TIMEFRAME_SHM_LIMIT" ]]; then export TIMEFRAME_SHM_LIMIT=$(( $SHMSIZE / 2 )); fi
92-
if [[ -z "$TIMEFRAME_RATE_LIMIT" ]]; then export TIMEFRAME_RATE_LIMIT=0; fi
9392
if [[ -z "$EDJSONS_DIR" ]]; then export EDJSONS_DIR="/scratch/services/ed/jsons_${RUNTYPE}"; fi
9493
if [[ -z "${WORKFLOW_DETECTORS_FLP_PROCESSING+x}" ]]; then export WORKFLOW_DETECTORS_FLP_PROCESSING="TOF"; fi # Current default in sync processing is that FLP processing is only enabled for TOF
9594
if [[ -z "$GEN_TOPO_AUTOSCALE_PROCESSES" ]]; then export GEN_TOPO_AUTOSCALE_PROCESSES=1; fi # On the EPN we should make sure to always use the node to the full extent

0 commit comments

Comments
 (0)