From 45e906563a314f61bd91efdb9fece6a6ffeaa3c0 Mon Sep 17 00:00:00 2001 From: Tarek Ziade Date: Wed, 20 Sep 2017 16:57:01 +0200 Subject: [PATCH] lets visit 115 urls now --- .taskcluster.yml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.taskcluster.yml b/.taskcluster.yml index 5827795..3bcf453 100644 --- a/.taskcluster.yml +++ b/.taskcluster.yml @@ -22,7 +22,7 @@ tasks: cd heavy-profile && pip install --quiet --upgrade -r requirements.txt && python setup.py develop && - hp-creator --max-urls 10 /app/profile && + hp-creator --max-urls 115 /app/profile && hp-archiver /app/profile /app/archives artifacts: 'public': diff --git a/Dockerfile b/Dockerfile index 95fac5a..cb137be 100755 --- a/Dockerfile +++ b/Dockerfile @@ -16,5 +16,5 @@ CMD git clone https://github.com/tarekziade/heavy-profile && \ cd heavy-profile && \ pip install --upgrade -r requirements.txt && \ python setup.py develop && \ - hp-creator --max-urls 10 /app/profile && \ + hp-creator --max-urls 115 /app/profile && \ hp-archiver /app/profile /app/archives