From 05c66171e5ffd882015a93d6e7a4b92ae247a30b Mon Sep 17 00:00:00 2001 From: Simone Basso Date: Sun, 20 Oct 2013 16:04:50 +0200 Subject: [PATCH] mod_dash: back to 15 iterations, to be sure More testing suggests that in some cases 20 iterations leads to a test that takes too much time. To be sure, lower again the number of iterations to 15. --- mod_dash/client_smpl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod_dash/client_smpl.py b/mod_dash/client_smpl.py index 4993ef43..6b50fe00 100644 --- a/mod_dash/client_smpl.py +++ b/mod_dash/client_smpl.py @@ -49,7 +49,7 @@ # We iterate the DASH download of a chunk for the following number of # times, and we possibly variate the download rate each time. # -DASH_MAX_ITERATION = 20 +DASH_MAX_ITERATION = 15 class DASHClientSmpl(ClientHTTP): """ The MPEG DASH client """