mirror of
https://github.com/langhuihui/monibuca.git
synced 2025-09-27 03:25:56 +08:00
doc: update readme
This commit is contained in:
@@ -117,6 +117,7 @@ The following build tags can be used to customize your build:
|
|||||||
| duckdb | Enables the duckdb DB |
|
| duckdb | Enables the duckdb DB |
|
||||||
| taskpanic | Throws panic, for testing |
|
| taskpanic | Throws panic, for testing |
|
||||||
| fasthttp | Enables the fasthttp server instead of net/http |
|
| fasthttp | Enables the fasthttp server instead of net/http |
|
||||||
|
| enable_buddy | Enables the buddy memory pre-allocation |
|
||||||
|
|
||||||
<p align="right">(<a href="#readme-top">back to top</a>)</p>
|
<p align="right">(<a href="#readme-top">back to top</a>)</p>
|
||||||
|
|
||||||
@@ -166,7 +167,7 @@ Contributions are what make the open source community such an amazing place to l
|
|||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
Distributed under the MIT License. See `LICENSE` for more information.
|
Distributed under the AGPL License. See `LICENSE` for more information.
|
||||||
|
|
||||||
<p align="right">(<a href="#readme-top">back to top</a>)</p>
|
<p align="right">(<a href="#readme-top">back to top</a>)</p>
|
||||||
|
|
||||||
|
@@ -116,6 +116,7 @@ go run -tags sqlite main.go
|
|||||||
| duckdb | 启用 DuckDB 存储 |
|
| duckdb | 启用 DuckDB 存储 |
|
||||||
| taskpanic | 抛出 panic(用于测试) |
|
| taskpanic | 抛出 panic(用于测试) |
|
||||||
| fasthttp | 使用 fasthttp 服务器代替标准库 |
|
| fasthttp | 使用 fasthttp 服务器代替标准库 |
|
||||||
|
| enable_buddy | 开启 buddy 内存预申请|
|
||||||
|
|
||||||
<p align="right">(<a href="#readme-top">返回顶部</a>)</p>
|
<p align="right">(<a href="#readme-top">返回顶部</a>)</p>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user