From 6ca3ef7e5b523f0c3e05fced717dbad0edccaab8 Mon Sep 17 00:00:00 2001 From: bingcool <2437667702@qq.com> Date: Sat, 4 Mar 2023 14:09:12 +0800 Subject: [PATCH] update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 48d7d8a5..f64503d7 100755 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ LTS分支:swoolefy-4.8-lts 长期维护,最低要求php >= php7.2 && php < p 高级特性 - [x] 支持crontab的local调用和fork独立进程的计划任务 - [x] 支持worker下后台daemon模式的多进程协程消费模型,包括进程自动拉起,进程数动态调整,进程健康状态监控 -- [x] 支持console终端脚本模式,跑完脚本自动退出,可用于修复数据、数据迁移等临时脚本行功能操作 +- [x] 支持console终端脚本模式,跑完脚本自动退出,可用于修复数据、数据迁移等临时脚本功能 - [ ] 支持分布式服务注册(zk,etcd) ### 常用组件 @@ -198,8 +198,8 @@ Config/config-dev.php return [ -// db|redis连接池 -'enable_component_pools' => [ + // db|redis连接池 + 'enable_component_pools' => [ // 取components的`DB`组件名称相对应 'db' => [ 'pools_num' => 5, // db实例数