aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorlaurent.duretz <laurent.duretz@piwigo.org>2007-02-07 19:49:35 +0000
committerlaurent.duretz <laurent.duretz@piwigo.org>2007-02-07 19:49:35 +0000
commit15b3774482b086f4f34f440763d11d00f7e2b04e (patch)
treeea949e2caa57fe9ea3100544a6bcf92aafb218af /include
parente3c6370b8d1bfa8a491bca51bcb8655021ac4da9 (diff)
git-svn-id: http://piwigo.org/svn/trunk@1786 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include')
-rw-r--r--include/config_default.inc.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/config_default.inc.php b/include/config_default.inc.php
index 8e6a190c9..f33047a73 100644
--- a/include/config_default.inc.php
+++ b/include/config_default.inc.php
@@ -664,4 +664,12 @@ $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;
+
?>