From b6855d123038cb3d1ac262fdc2c8688e9881a341 Mon Sep 17 00:00:00 2001 From: Tamas Gal <tgal@km3net.de> Date: Mon, 24 Jun 2019 14:27:43 +0200 Subject: [PATCH] Dont mirror timeslices in the template --- setenv_template.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setenv_template.sh b/setenv_template.sh index f90da16..57989f7 100644 --- a/setenv_template.sh +++ b/setenv_template.sh @@ -9,4 +9,4 @@ export LOGGING_PORT=8082 export DETX="" export ROYFIT_TIMERES="data/time_residuals.csv" export LIGIER_CMD="JLigier" -export TAGS_TO_MIRROR="IO_EVT, IO_SUM, IO_TSL, IO_TSL0, IO_TSL1, IO_TSL2, IO_TSSN, MSG, IO_MONIT" +export TAGS_TO_MIRROR="IO_EVT, IO_SUM, IO_TSSN, MSG, IO_MONIT" -- GitLab