Skip to content

Commit

Permalink
fix: update integration test config
Browse files Browse the repository at this point in the history
  • Loading branch information
masonyc committed Oct 12, 2023
1 parent 3c23339 commit d5a4fbb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests-integration/tests/http.rs
Original file line number Diff line number Diff line change
Expand Up @@ -610,13 +610,13 @@ node_id = 0
require_lease_before_startup = true
rpc_addr = "127.0.0.1:3001"
rpc_runtime_size = 8
rpc_max_recv_message_size = 536870912
rpc_max_send_message_size = 536870912
rpc_max_recv_message_size = "512MiB"
rpc_max_send_message_size = "512MiB"
enable_telemetry = true
[heartbeat]
interval_millis = 3000
retry_interval_millis = 3000
interval = "3s"
retry_interval = "3s"
[http]
addr = "127.0.0.1:4000"
Expand Down

0 comments on commit d5a4fbb

Please sign in to comment.