feat: make distributed time constants and client timeouts configurable (#7433)

Signed-off-by: WenyXu <wenymedia@gmail.com>
This commit is contained in:
Weny Xu
2025-12-19 10:23:20 +08:00
committed by GitHub
parent 2f4a15ec40
commit 4d66bd96b8
32 changed files with 257 additions and 130 deletions

View File

@@ -1397,6 +1397,8 @@ max_recv_message_size = "512MiB"
max_send_message_size = "512MiB"
flight_compression = "arrow_ipc"
runtime_size = 8
http2_keep_alive_interval = "10s"
http2_keep_alive_timeout = "3s"
[grpc.tls]
mode = "disable"