Commit dfdcc868 authored by Holger Levsen's avatar Holger Levsen
Browse files

reproducible armhf: raise MAXIMA on armhf, to schedule less often

parent 321db951
...@@ -61,7 +61,7 @@ So, the 3rd step happens only when there are more than 350 packages queued up. ...@@ -61,7 +61,7 @@ So, the 3rd step happens only when there are more than 350 packages queued up.
Finally, MINIMUM_AGE is respected when scheduling old versions. Finally, MINIMUM_AGE is respected when scheduling old versions.
""" """
MAXIMA = {'amd64': 750, 'armhf': 250} MAXIMA = {'amd64': 750, 'armhf': 375}
LIMITS = { LIMITS = {
'untested': { 'untested': {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment