mirror of
https://github.com/chatopera/cosin.git
synced 2025-08-01 16:38:02 +08:00
Fixed #131 设置mysql packet 大小限制
This commit is contained in:
parent
46de46407e
commit
aa59d15a93
@ -279,7 +279,7 @@ var Proxy = {
|
||||
case 'weixin':
|
||||
$('#tip_icon_wenxin_' + data.userid).removeClass('ukefu-channel-icon-end').addClass("ukefu-channel-icon");
|
||||
break;
|
||||
case 'app':
|
||||
case 'webim':
|
||||
$('#tip_icon_webim_' + data.userid).removeClass('ukefu-channel-icon-end').addClass("ukefu-channel-icon");
|
||||
break;
|
||||
case 'phone':
|
||||
@ -327,7 +327,7 @@ var Proxy = {
|
||||
case 'weixin':
|
||||
$('#tip_icon_wenxin_' + data.userid).removeClass("ukefu-channel-icon").addClass('ukefu-channel-icon-end');
|
||||
break;
|
||||
case 'app':
|
||||
case 'webim':
|
||||
$('#tip_icon_webim_' + data.userid).removeClass("ukefu-channel-icon").addClass('ukefu-channel-icon-end');
|
||||
break;
|
||||
case 'phone':
|
||||
|
@ -14,6 +14,7 @@ services:
|
||||
- $PWD/mysql/data:/var/lib/mysql
|
||||
- $PWD/mysql/config:/etc/mysql
|
||||
- $PWD/contact-center/config/sql/cskefu-MySQL-slim.sql:/docker-entrypoint-initdb.d/0.cskefu-MySQL-slim.sql
|
||||
command: --max_allowed_packet=32505856
|
||||
|
||||
redis:
|
||||
image: redis:latest
|
||||
|
Loading…
x
Reference in New Issue
Block a user