|
24 | 24 | | `runtime.compact_rt_size` | Integer | `4` | The number of threads to execute the runtime for global write operations. |
|
25 | 25 | | `http` | -- | -- | The HTTP server options. |
|
26 | 26 | | `http.addr` | String | `127.0.0.1:4000` | The address to bind the HTTP server. |
|
27 |
| -| `http.timeout` | String | `30s` | HTTP request timeout. Set to 0 to disable timeout. | |
| 27 | +| `http.timeout` | String | `0s` | HTTP request timeout. Set to 0 to disable timeout. | |
28 | 28 | | `http.body_limit` | String | `64MB` | HTTP request body limit.<br/>The following units are supported: `B`, `KB`, `KiB`, `MB`, `MiB`, `GB`, `GiB`, `TB`, `TiB`, `PB`, `PiB`.<br/>Set to 0 to disable limit. |
|
29 | 29 | | `http.enable_cors` | Bool | `true` | HTTP CORS support, it's turned on by default<br/>This allows browser to access http APIs without CORS restrictions |
|
30 | 30 | | `http.cors_allowed_origins` | Array | Unset | Customize allowed origins for HTTP CORS. |
|
|
222 | 222 | | `heartbeat.retry_interval` | String | `3s` | Interval for retrying to send heartbeat messages to the metasrv. |
|
223 | 223 | | `http` | -- | -- | The HTTP server options. |
|
224 | 224 | | `http.addr` | String | `127.0.0.1:4000` | The address to bind the HTTP server. |
|
225 |
| -| `http.timeout` | String | `30s` | HTTP request timeout. Set to 0 to disable timeout. | |
| 225 | +| `http.timeout` | String | `0s` | HTTP request timeout. Set to 0 to disable timeout. | |
226 | 226 | | `http.body_limit` | String | `64MB` | HTTP request body limit.<br/>The following units are supported: `B`, `KB`, `KiB`, `MB`, `MiB`, `GB`, `GiB`, `TB`, `TiB`, `PB`, `PiB`.<br/>Set to 0 to disable limit. |
|
227 | 227 | | `http.enable_cors` | Bool | `true` | HTTP CORS support, it's turned on by default<br/>This allows browser to access http APIs without CORS restrictions |
|
228 | 228 | | `http.cors_allowed_origins` | Array | Unset | Customize allowed origins for HTTP CORS. |
|
|
390 | 390 | | `enable_telemetry` | Bool | `true` | Enable telemetry to collect anonymous usage data. Enabled by default. |
|
391 | 391 | | `http` | -- | -- | The HTTP server options. |
|
392 | 392 | | `http.addr` | String | `127.0.0.1:4000` | The address to bind the HTTP server. |
|
393 |
| -| `http.timeout` | String | `30s` | HTTP request timeout. Set to 0 to disable timeout. | |
| 393 | +| `http.timeout` | String | `0s` | HTTP request timeout. Set to 0 to disable timeout. | |
394 | 394 | | `http.body_limit` | String | `64MB` | HTTP request body limit.<br/>The following units are supported: `B`, `KB`, `KiB`, `MB`, `MiB`, `GB`, `GiB`, `TB`, `TiB`, `PB`, `PiB`.<br/>Set to 0 to disable limit. |
|
395 | 395 | | `grpc` | -- | -- | The gRPC server options. |
|
396 | 396 | | `grpc.bind_addr` | String | `127.0.0.1:3001` | The address to bind the gRPC server. |
|
|
563 | 563 | | `grpc.max_send_message_size` | String | `512MB` | The maximum send message size for gRPC server. |
|
564 | 564 | | `http` | -- | -- | The HTTP server options. |
|
565 | 565 | | `http.addr` | String | `127.0.0.1:4000` | The address to bind the HTTP server. |
|
566 |
| -| `http.timeout` | String | `30s` | HTTP request timeout. Set to 0 to disable timeout. | |
| 566 | +| `http.timeout` | String | `0s` | HTTP request timeout. Set to 0 to disable timeout. | |
567 | 567 | | `http.body_limit` | String | `64MB` | HTTP request body limit.<br/>The following units are supported: `B`, `KB`, `KiB`, `MB`, `MiB`, `GB`, `GiB`, `TB`, `TiB`, `PB`, `PiB`.<br/>Set to 0 to disable limit. |
|
568 | 568 | | `meta_client` | -- | -- | The metasrv client options. |
|
569 | 569 | | `meta_client.metasrv_addrs` | Array | -- | The addresses of the metasrv. |
|
|
0 commit comments