From c592bcfc53f13b13004c76142c0322e23c227337 Mon Sep 17 00:00:00 2001 From: "ddkilzer@apple.com" Date: Fri, 17 Oct 2014 23:26:12 +0000 Subject: [PATCH] Update data/params after Bugzilla 4.2.11 upgrade * data/params: (default_search_limit): Bump up the default search limit from 500 to 1000 because Timothy Horton asked nicely. (maxattachmentsize): Make it an even 20 MB. (maxlocalattachment): Bump up total amount of local attachments stored on disk from 10 MB to 1 GB. (smtp_debug): Let Bugzilla have its way with the config file. (smtpserver): Fixed to use the correct mail server. (sslbase): Fix test value that I checked in when I was testing the update. This caused bug mail to be sent with a URL of bugs-test.webkit.org instead of bugs.webkit.org until around 11:45 AM PDT on Thursday, October 16, 2014. (urlbase): Ditto. git-svn-id: https://svn.webkit.org/repository/webkit/trunk@174851 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- Websites/bugs.webkit.org/data/params | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Websites/bugs.webkit.org/data/params b/Websites/bugs.webkit.org/data/params index 5a2412fa2d9a..443bf339ef4b 100644 --- a/Websites/bugs.webkit.org/data/params +++ b/Websites/bugs.webkit.org/data/params @@ -32,7 +32,7 @@ 'cvsroot' => '', 'cvsroot_get' => '', 'debug_group' => 'admin', - 'default_search_limit' => '500', + 'default_search_limit' => '1000', 'defaultopsys' => 'Unspecified', 'defaultplatform' => 'Unspecified', 'defaultpriority' => 'P2', @@ -55,8 +55,8 @@ 'maintainer' => 'admin@webkit.org', 'makeproductgroups' => 0, 'max_search_results' => '10000', - 'maxattachmentsize' => '20000', - 'maxlocalattachment' => '10', + 'maxattachmentsize' => '20480', + 'maxlocalattachment' => '1024', 'maxusermatches' => '1000', 'mostfreqthreshold' => '2', 'musthavemilestoneonaccept' => 0, @@ -74,17 +74,17 @@ 'shadowdbport' => '3306', 'shadowdbsock' => '', 'shutdownhtml' => '', - 'smtp_debug' => 0, + 'smtp_debug' => '0', 'smtp_password' => '', 'smtp_username' => '', - 'smtpserver' => 'mail.webkit.org', + 'smtpserver' => 'bz.apple.com', 'ssl_redirect' => 1, - 'sslbase' => 'https://bugs-test.webkit.org/', + 'sslbase' => 'https://bugs.webkit.org/', 'strict_isolation' => 0, 'strict_transport_security' => 'off', 'timetrackinggroup' => '', 'upgrade_notification' => 'latest_stable_release', - 'urlbase' => 'https://bugs-test.webkit.org/', + 'urlbase' => 'https://bugs.webkit.org/', 'use_mailer_queue' => 0, 'use_see_also' => 1, 'usebugaliases' => '1', -- 2.36.0