Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kwannoel committed Mar 8, 2024
1 parent a31d6fd commit 61a93a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/config/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`. | |

Expand Down

0 comments on commit 61a93a2

Please sign in to comment.