Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bingcool committed Mar 4, 2023
1 parent f922a68 commit 6ca3ef7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

### 常用组件
Expand Down Expand Up @@ -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实例数
Expand Down

0 comments on commit 6ca3ef7

Please sign in to comment.