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
@@ -99,6 +99,7 @@ if [[ -z "${CTF_DIR:-}" ]]; then CTF_DIR=$FILEWORKDIR; fi
99
99
if [[ -z"${CALIB_DIR:-}" ]];then CALIB_DIR="/dev/null";fi# Directory where to store output from calibration workflows, /dev/null : skip their writing
100
100
if [[ -z"${EPN2EOS_METAFILES_DIR:-}" ]];then EPN2EOS_METAFILES_DIR="/dev/null";fi# Directory where to store epn2eos files metada, /dev/null : skip their writing
101
101
if [[ -z"${DCSCCDBSERVER:-}" ]];thenexport DCSCCDBSERVER="http://alio2-cr1-flp199-ib:8083";fi# server for transvering calibration data to DCS
102
+
if [[ -z"${DCSCCDBSERVER_PERS:-}" ]];thenexport DCSCCDBSERVER_PERS="http://alio2-cr1-flp199-ib:8084";fi# persistent server for transvering calibration data to DCS
102
103
103
104
if [[ $EPNSYNCMODE== 0 ]];then
104
105
if [[ -z"${SHMSIZE:-}" ]];thenexport SHMSIZE=$((8<<30));fi# Size of shared memory for messages
0 commit comments