Skip to content

Commit

Permalink
[no ci][doc] fix tab (#603)
Browse files Browse the repository at this point in the history
  • Loading branch information
poor-circle authored Feb 20, 2024
1 parent 4373344 commit b27fadf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ See [async_simple](https://github.com/alibaba/async_simple)
These option maybe useful for your project. You can enable it in your project if you import ylt by cmake fetchContent or find_package.
|option|default value|description|
|----------|------------|
|----------|------------|------|
|YLT_ENABLE_SSL|OFF|enable optional ssl support for rpc/http|
|YLT_ENABLE_PMR|OFF|enable pmr optimize|
|YLT_ENABLE_IO_URING|OFF|enable io_uring in linux|
Expand Down
2 changes: 1 addition & 1 deletion website/docs/zh/guide/what_is_yalantinglibs.md
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ async_simple是一个C++20协程库,提供各种轻量且易用的组件,帮
yalantinglibs工程自身支持如下配置项,如果你使用cmake find_package或者fetchContent来导入yalantinglibs,你的工程也可以使用下面这些配置项。

|工程选项|默认值|描述|
|----------|------------|
|----------|------------|------|
|YLT_ENABLE_SSL|OFF|为rpc/http启用可选的ssl支持|
|YLT_ENABLE_PMR|OFF|启用pmr优化|
|YLT_ENABLE_IO_URING|OFF|在linux上使用io_uring作为后端(代替epoll)|
Expand Down

0 comments on commit b27fadf

Please sign in to comment.