diff options
Diffstat (limited to 'include/config_default.inc.php')
-rw-r--r-- | include/config_default.inc.php | 8 |
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; + ?> |