mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 02:15:43 +03:00
rpc: added configuration for yamux session (#25466)
Fixes: https://github.com/hashicorp/nomad/issues/25380
This commit is contained in:
9
command/agent/testdata/sample1/sample2.hcl
vendored
9
command/agent/testdata/sample1/sample2.hcl
vendored
@@ -17,6 +17,15 @@
|
||||
"token" = "aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee"
|
||||
}
|
||||
|
||||
rpc {
|
||||
accept_backlog = 256
|
||||
keep_alive_interval = "30s"
|
||||
connection_write_timeout = "10s"
|
||||
max_stream_window_size = 262144
|
||||
stream_open_timeout = "75s"
|
||||
stream_close_timeout = "5m"
|
||||
}
|
||||
|
||||
vault = {
|
||||
enabled = true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user