Skip to content

Commit

Permalink
bump: version=0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
CherishCai committed Dec 23, 2023
1 parent 9633c79 commit 488427a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ doc = false
[dependencies]
pyo3 = "0.18"

nacos-sdk = { version = "0.3.2", features = ["default"] }
nacos-sdk = { version = "0.3.3", features = ["default"] }
#nacos-sdk = { git = "https://github.com/nacos-group/nacos-sdk-rust.git", features = ["default"] }

tracing-subscriber = { version = "0.3", features = ["default"] }
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pip install nacos-sdk-rust-binding-py
环境变量 `NACOS_CLIENT_LOGGER_LEVEL=INFO` 可设置日志打印级别,默认 INFO
- 客户端日志请在目录 `$HOME/logs/nacos/` 查看

环境变量 `NACOS_CLIENT_COMMON_THREAD_CORES=4` 可设置客户端核心线程数,默认是 CPU 数目 num_cpus
环境变量 `NACOS_CLIENT_COMMON_THREAD_CORES=4` 可设置客户端核心线程数,默认是 CPU 数目 1

环境变量 `ENV_NACOS_CLIENT_NAMING_PUSH_EMPTY_PROTECTION=false` 可关闭 Naming 防推空保护,默认 true

Expand Down

0 comments on commit 488427a

Please sign in to comment.