You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DATA/common/setenv.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -83,7 +83,7 @@ else # Defaults when running on the EPN
83
83
if [ -z"$TIMEFRAME_SHM_LIMIT" ];thenexport TIMEFRAME_SHM_LIMIT=$(($SHMSIZE/2));fi
84
84
if [ -z"$TIMEFRAME_RATE_LIMIT" ];thenexport TIMEFRAME_RATE_LIMIT=0;fi
85
85
if [ -z"$EDJSONS_DIR" ];thenexport EDJSONS_DIR="/home/ed/jsons";fi
86
-
if [ -z"${WORKFLOW_DETECTORS_FLP_PROCESSING+x}" ];thenexport WORKFLOW_DETECTORS_FLP_PROCESSING="TOF,FT0";fi# Current default in sync processing is that FLP processing is only enabled for TOF
86
+
if [ -z"${WORKFLOW_DETECTORS_FLP_PROCESSING+x}" ];thenexport WORKFLOW_DETECTORS_FLP_PROCESSING="TOF";fi# Current default in sync processing is that FLP processing is only enabled for TOF
87
87
if [ -z"$GEN_TOPO_AUTOSCALE_PROCESSES" ];thenexport 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