summaryrefslogtreecommitdiffstats
path: root/qa
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2016-02-02 19:24:02 +0100
committerDavid Lawrence <dkl@mozilla.com>2016-02-02 19:24:02 +0100
commite3b96a1fbb1e0e1fc3a53c59c455cb90f14c8e72 (patch)
tree351c8fbdc30fc6addf13adc4669dad54ee86ffb7 /qa
parent3120eb68f3e2ca72a9903c1a18a190331e85c243 (diff)
downloadbugzilla-e3b96a1fbb1e0e1fc3a53c59c455cb90f14c8e72.tar.gz
bugzilla-e3b96a1fbb1e0e1fc3a53c59c455cb90f14c8e72.tar.xz
Bug 1245003 - increase the apache sizelimit used by the taskcluster image
Diffstat (limited to 'qa')
-rw-r--r--qa/config/checksetup_answers.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/qa/config/checksetup_answers.txt b/qa/config/checksetup_answers.txt
index adafe8c43..f9fb6ea60 100644
--- a/qa/config/checksetup_answers.txt
+++ b/qa/config/checksetup_answers.txt
@@ -3,6 +3,7 @@ $answer{'ADMIN_OK'} = 'Y';
$answer{'ADMIN_PASSWORD'} = 'password';
$answer{'ADMIN_REALNAME'} = 'QA Admin';
$answer{'NO_PAUSE'} = 1;
+$answer{'apache_size_limit'} = 700000;
$answer{'bugzilla_version'} = '1';
$answer{'create_htaccess'} = '';
$answer{'cvsbin'} = '/usr/bin/cvs';