Skip to content
Snippets Groups Projects
Commit 4a0879ed authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

modified: config/env.sh

parent 6fa6343b
No related branches found
No related tags found
1 merge request!12Put back default N events to 100
......@@ -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}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment