From 760cfc97ee89a001c74bcbfed9e355ea851b8bfb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com>
Date: Mon, 15 Feb 2010 13:04:37 +0000
Subject: [PATCH]  - increase default maximum for packet

There is a lot of data transferred between Zope and MySQL during working with
ERP5.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32546 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 buildout/mysql-instance/templates/my.cnf.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildout/mysql-instance/templates/my.cnf.in b/buildout/mysql-instance/templates/my.cnf.in
index db8aed8078..c196921ac3 100644
--- a/buildout/mysql-instance/templates/my.cnf.in
+++ b/buildout/mysql-instance/templates/my.cnf.in
@@ -14,7 +14,7 @@ pid-file = ${configuration:mysql_pid}
 log-error = ${configuration:mysql_error_log}
 skip-locking
 key_buffer = 384M
-max_allowed_packet = 1M
+max_allowed_packet = 128M
 table_cache = 512
 sort_buffer_size = 2M
 read_buffer_size = 2M
-- 
2.30.9