Skip to content
This repository has been archived by the owner on Feb 14, 2020. It is now read-only.

Commit

Permalink
mod_dash: back to 15 iterations, to be sure
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
bassosimone committed Oct 20, 2013
1 parent c828123 commit 05c6617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod_dash/client_smpl.py
Expand Up @@ -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 """
Expand Down

0 comments on commit 05c6617

Please sign in to comment.