diff options
author | laurent.duretz <laurent.duretz@piwigo.org> | 2007-02-08 18:51:22 +0000 |
---|---|---|
committer | laurent.duretz <laurent.duretz@piwigo.org> | 2007-02-08 18:51:22 +0000 |
commit | a62ab78e2a7060ea1c68c5fa837d0939789786b7 (patch) | |
tree | 697905f0a18b45656c64fa461e3fdd4fcd29649a /include/config_default.inc.php | |
parent | b6fc0fa5eb94301d5611b5385371aeda821da0fe (diff) |
Issue : 137
git-svn-id: http://piwigo.org/svn/trunk@1790 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | include/config_default.inc.php | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/config_default.inc.php b/include/config_default.inc.php index b93f3e51d..110accd46 100644 --- a/include/config_default.inc.php +++ b/include/config_default.inc.php @@ -677,12 +677,4 @@ $conf['filter_pages'] = array // Every plugin from 1.7 would be design to manage light_slideshow case. $conf['light_slideshow'] = true; -// +-----------------------------------------------------------------------+ -// | mysql | -// +-----------------------------------------------------------------------+ - -// $conf['max_allowed_packet'] indicates the max size in octets of MySql -// request. Used in mass_inserts() function. -$conf['max_allowed_packet'] = 1000000; - ?> |