mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-03 20:02:54 +00:00
refactor: expose flow batching mode constants to config (#6442)
* refactor: make flow batching mode constant to configs Signed-off-by: discord9 <discord9@163.com> * docs: config docs Signed-off-by: discord9 <discord9@163.com> * docs: update code comment Signed-off-by: discord9 <discord9@163.com> * test: fix test_config_api Signed-off-by: discord9 <discord9@163.com> * feat: more batch opts Signed-off-by: discord9 <discord9@163.com> * fix after rebase Signed-off-by: discord9 <discord9@163.com> * chore: per review Signed-off-by: discord9 <discord9@163.com> * per review experimental options Signed-off-by: discord9 <discord9@163.com> --------- Signed-off-by: discord9 <discord9@163.com>
This commit is contained in:
@@ -1140,6 +1140,17 @@ max_running_procedures = 128
|
||||
|
||||
[flow]
|
||||
|
||||
[flow.batching_mode]
|
||||
query_timeout = "10m"
|
||||
slow_query_threshold = "1m"
|
||||
experimental_min_refresh_duration = "5s"
|
||||
grpc_conn_timeout = "5s"
|
||||
experimental_grpc_max_retries = 3
|
||||
experimental_frontend_scan_timeout = "30s"
|
||||
experimental_frontend_activity_timeout = "1m"
|
||||
experimental_max_filter_num_per_query = 20
|
||||
experimental_time_window_merge_threshold = 3
|
||||
|
||||
[logging]
|
||||
max_log_files = 720
|
||||
append_stdout = true
|
||||
|
||||
Reference in New Issue
Block a user