diff options
author | Aleksander Machniak <alec@alec.pl> | 2015-02-25 21:08:16 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2015-02-25 21:08:16 +0100 |
commit | 2a31f6dbd7c63232918d175fb2879682217946ea (patch) | |
tree | f80f4b0e08ba3e39d9056cdf3e9bd2959a52074d /config/defaults.inc.php | |
parent | e1c8fe5c4a0f30cd36069e3460ac937282fb8e1a (diff) |
Reset default db_max_allowed_packet, fix max packet size detection
Diffstat (limited to 'config/defaults.inc.php')
-rw-r--r-- | config/defaults.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/defaults.inc.php b/config/defaults.inc.php index edc5b32df..50c392db3 100644 --- a/config/defaults.inc.php +++ b/config/defaults.inc.php @@ -55,7 +55,7 @@ $config['db_table_dsn'] = array( // Use them if your server is not MySQL or for better performance. // For example Roundcube uses max_allowed_packet value (in bytes) // which limits query size for database cache operations. -$config['db_max_allowed_packet'] = 23423440; +$config['db_max_allowed_packet'] = null; // ---------------------------------- |