changeset: 3129:5d30c0eb4479 user: Ville Skyttä <ville.skytta@iki.fi> date: Sat Jul 24 11:19:57 2010 +0300 files: httpd/cgi-bin/check httpd/cgi-bin/sendfeedback.pl description: Turn off Config::General CComments for slight performance gain. diff -r a1123a6da7e5 -r 5d30c0eb4479 httpd/cgi-bin/check --- a/httpd/cgi-bin/check Thu Jul 15 19:08:38 2010 +0300 +++ b/httpd/cgi-bin/check Sat Jul 24 11:19:57 2010 +0300 @@ -112,6 +112,7 @@ -InterPolateVars => TRUE, -AutoLaunder => TRUE, -AutoTrue => TRUE, + -CComments => FALSE, -DefaultConfig => { Protocols => {Allow => 'http,https'}, Paths => { diff -r a1123a6da7e5 -r 5d30c0eb4479 httpd/cgi-bin/sendfeedback.pl --- a/httpd/cgi-bin/sendfeedback.pl Thu Jul 15 19:08:38 2010 +0300 +++ b/httpd/cgi-bin/sendfeedback.pl Sat Jul 24 11:19:57 2010 +0300 @@ -44,6 +44,7 @@ -InterPolateVars => TRUE, -AutoLaunder => TRUE, -AutoTrue => TRUE, + -CComments => FALSE, -DefaultConfig => {Paths => {Base => $base,},}, ); my %cfg = Config::General->new(%config_opts)->getall();Received on Saturday, 24 July 2010 08:21:43 UTC
This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 23:02:45 UTC