From cc25c889fa25458bb922087af37def8880a5275c Mon Sep 17 00:00:00 2001
From: Whitney Armstrong <warmstrong@anl.gov>
Date: Sat, 21 Nov 2020 12:48:55 -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 5abe4194..b07931e6 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=100
+ export JUGGLER_N_EVENTS=10
fi
echo "JUGGLER_N_EVENTS: ${JUGGLER_N_EVENTS}"
--
GitLab