chore: refactor options (#2476)

This commit is contained in:
JeremyHi
2023-09-24 10:12:33 +08:00
committed by GitHub
parent 73842f10e7
commit 7310ec0bb3
7 changed files with 86 additions and 76 deletions

View File

@@ -8,7 +8,7 @@ interval_millis = 5000
retry_interval_millis = 5000
# HTTP server options, see `standalone.example.toml`.
[http_options]
[http]
addr = "127.0.0.1:4000"
timeout = "30s"
body_limit = "64MB"