mirror of
https://github.com/neondatabase/neon.git
synced 2026-08-12 09:19:39 +00:00
[proxy] Enable keepalives for all tcp connections (#1448)
This commit is contained in:
@@ -16,5 +16,5 @@ regex = "1"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
tar = "0.4"
|
||||
tokio = { version = "1", features = ["macros", "rt", "rt-multi-thread"] }
|
||||
tokio = { version = "1.17", features = ["macros", "rt", "rt-multi-thread"] }
|
||||
workspace_hack = { version = "0.1", path = "../workspace_hack" }
|
||||
|
||||
Reference in New Issue
Block a user