From 61a93a2a19e5602324800a5a2750a0693ec300c3 Mon Sep 17 00:00:00 2001 From: Noel Kwan Date: Fri, 8 Mar 2024 21:50:49 +0800 Subject: [PATCH] fix --- src/config/docs.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config/docs.md b/src/config/docs.md index 93cfa668b0d5f..452caa81e83fc 100644 --- a/src/config/docs.md +++ b/src/config/docs.md @@ -6,9 +6,10 @@ This page is automatically generated by `./risedev generate-example-config` | Config | Description | Default | |--------|-------------|---------| -| distributed_query_limit | | | +| distributed_query_limit | This is the max number of queries per sql session. | | | enable_barrier_read | | false | | frontend_compute_runtime_worker_threads | frontend compute runtime worker threads | 4 | +| max_batch_queries_per_frontend_node | This is the max number of batch queries per frontend node. | | | statement_timeout_in_sec | Timeout for a batch query in seconds. | 3600 | | worker_threads_num | The thread number of the batch task runtime in the compute node. The default value is decided by `tokio`. | |