From 91c1776c1a857bdde657bdc93df0a15590fd57bb Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 21 Nov 2016 15:34:23 +0100 Subject: reproducible Debian: adjust experimental scheduling frequency to old results in unstable Signed-off-by: Holger Levsen --- bin/reproducible_scheduler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_scheduler.py') diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py index 37006547..6532f532 100755 --- a/bin/reproducible_scheduler.py +++ b/bin/reproducible_scheduler.py @@ -65,7 +65,7 @@ LIMITS_404 defines how many packages with status 404 are rescheduled at max. """ # only old packages older than this will be rescheduled -MINIMUM_AGE = {'amd64': 10, 'i386': 10, 'armhf': 15} +MINIMUM_AGE = {'amd64': 14, 'i386': 20, 'armhf': 20} # maximum queue size, see explainations above MAXIMA = {'amd64': 750, 'i386': 750, 'armhf': 750} # limits, see explainations above -- cgit v1.2.3-54-g00ecf