Decrease the number of generated fractals in the demo mode

Change-Id: I56eb96941e7ab179e1d38cb9ec2ed448cc53ef64
This commit is contained in:
Christian Berendt 2015-04-02 04:13:26 +02:00
parent 2f12297cc8
commit 77b6db3326
1 changed files with 2 additions and 4 deletions

View File

@ -117,12 +117,10 @@ priority=20" | sudo tee -a /etc/supervisor/conf.d/faafo.conf
fi
sudo supervisorctl reload
sleep 5
if [[ $RUN_DEMO -eq 1 && $RUN_API -eq 1 ]]; then
for i in $(seq 1 10); do
faafo --endpoint-url $URL_ENDPOINT --debug create
sleep 1
done
faafo --endpoint-url $URL_ENDPOINT --debug create
fi
else