mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-02 14:25:38 +08:00
Update global.php
This commit is contained in:
@@ -50,6 +50,8 @@ $config['runtime'] = [
|
|||||||
],
|
],
|
||||||
'namespace' => [],
|
'namespace' => [],
|
||||||
],
|
],
|
||||||
|
'inside_table_size' => 65536 // 内部表字符串最大长度(需要2的倍数)
|
||||||
|
// 正常不要低于65536,如果群数量过多可能出现会size不够。若swoole日志出现WARNING TableRow::set_value(): [key=wait_api,field=value]string value is too long可以将该值往大设置。
|
||||||
];
|
];
|
||||||
|
|
||||||
/* 轻量字符串缓存,默认开启 */
|
/* 轻量字符串缓存,默认开启 */
|
||||||
|
|||||||
Reference in New Issue
Block a user