Title: [174851] trunk/Websites/bugs.webkit.org/data/params
Revision
174851
Author
[email protected]
Date
2014-10-17 16:26:12 -0700 (Fri, 17 Oct 2014)

Log Message

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.

Modified Paths

Diff

Modified: trunk/Websites/bugs.webkit.org/data/params (174850 => 174851)


--- trunk/Websites/bugs.webkit.org/data/params	2014-10-17 23:20:47 UTC (rev 174850)
+++ trunk/Websites/bugs.webkit.org/data/params	2014-10-17 23:26:12 UTC (rev 174851)
@@ -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' => '[email protected]',
            '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',
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to