Skip to content

Commit

Permalink
Releae 2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lazio579 committed Mar 25, 2019
1 parent c068c03 commit 654e30a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions doc/cetus-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -573,9 +573,9 @@ Default: false
### enable-fast-stream

Default: true
Default(release版本): false

采用fast stream来输出只读响应,提升响应速度
采用fast stream来输出只读响应,提升响应速度,release版本默认为false,开发版本默认为true

> enable-fast-stream = true
Expand Down
2 changes: 1 addition & 1 deletion doc/cetus-rw-profile.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,4 +188,4 @@ log-file的值是日志文件路径,我们设置为当前安装路径下的cet

**8)max-alive-time=\<num\>,设置后端连接最大存活时间**

**9)enable-fast-stream=\[true\|false\],启动fast stream,快速处理只读响应,默认为true**
**9)enable-fast-stream=\[true\|false\],启动fast stream,快速处理只读响应,release版本默认为false,开发版本默认为true**
2 changes: 1 addition & 1 deletion doc/cetus-shard-profile.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ log-file的值是日志文件路径,我们设置为当前安装路径下的cet

**8)max-alive-time=\<num\>,设置后端连接最大存活时间**

**9)enable-fast-stream=\[true\|false\],启动fast stream,快速处理只读响应,默认为true**
**9)enable-fast-stream=\[true\|false\],启动fast stream,快速处理只读响应,release版本默认为false,开发版本默认为true**

**10) partition-mode=\[true\|false\],如果设置true,cetus为分表模式;如果为false,则分片模式**

Expand Down
2 changes: 1 addition & 1 deletion doc/proxy.conf.example
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ log-backtrace-on-crash=true

# For performance
enable-tcp-stream=true
enable-fast-stream=true
enable-fast-stream=false

# For MGR
group-replication-mode=0
2 changes: 1 addition & 1 deletion doc/shard.conf.example
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ log-backtrace-on-crash=true

# For performance
enable-tcp-stream=false
enable-fast-stream=true
enable-fast-stream=false

#For MGR
group-replication-mode=0

0 comments on commit 654e30a

Please sign in to comment.