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
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -80,6 +80,7 @@ else # Defaults when running on the EPN
80
80
if [ -z"$TIMEFRAME_RATE_LIMIT" ];thenexport TIMEFRAME_RATE_LIMIT=0;fi
81
81
if [ -z"$EDJSONS_DIR" ];thenexport EDJSONS_DIR="/home/ed/jsons";fi
82
82
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
83
+
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
83
84
fi
84
85
# Some more options for running on the EPN
85
86
if [ -z"$INFOLOGGER_SEVERITY" ];thenexport INFOLOGGER_SEVERITY="important";fi
0 commit comments