summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_scheduler.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py
index 099e2713..1b3198fa 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -237,9 +237,9 @@ def scheduler():
# old packages
old = []
if total <= 250:
- many_old = 200
+ many_old = 20
elif total <= 350:
- many_old = 250
+ many_old = 25
else:
many_old = 1
log.info('Requesting ' + str(many_old) + ' old packages...')