From 4a0879ed381c0b60f48d1c80f4713752bdceae60 Mon Sep 17 00:00:00 2001 From: Whitney Armstrong <warmstrong@anl.gov> Date: Sat, 21 Nov 2020 15:33:51 -0600 Subject: [PATCH] modified: config/env.sh --- config/env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/env.sh b/config/env.sh index b07931e6..5abe4194 100755 --- a/config/env.sh +++ b/config/env.sh @@ -36,7 +36,7 @@ echo "JUGGLER_DETECTOR: ${JUGGLER_DETECTOR}" ## Number of events that will be processed by the reconstruction if [ ! -n "${JUGGLER_N_EVENTS}" ] ; then - export JUGGLER_N_EVENTS=10 + export JUGGLER_N_EVENTS=100 fi echo "JUGGLER_N_EVENTS: ${JUGGLER_N_EVENTS}" -- GitLab