diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_scheduler.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py index fbc47924..9ba07c62 100755 --- a/bin/reproducible_scheduler.py +++ b/bin/reproducible_scheduler.py @@ -64,7 +64,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': 7, 'armhf': 42} +MINIMUM_AGE = {'amd64': 7, 'armhf': 28} # maximum queue size, see explainations above MAXIMA = {'amd64': 750, 'armhf': 600} # limits, see explainations above |