From 7a725fe195884169aebba5a433ffdaa51044955a Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 15 Nov 2016 16:03:07 +0100 Subject: reproducible Debian: reschedule less older packages on all archs Signed-off-by: Holger Levsen --- bin/reproducible_scheduler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py index 5c885ddf..c125c670 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': 21, 'i386': 21, 'armhf': 21} +MINIMUM_AGE = {'amd64': 10, 'i386': 10, 'armhf': 15} # maximum queue size, see explainations above MAXIMA = {'amd64': 750, 'i386': 750, 'armhf': 750} # limits, see explainations above -- cgit v1.2.3-54-g00ecf