mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-14 17:02:56 +00:00
async-timer 1.0.0-beta15 with features=tokio1
Best batching factor so far with no worse degradation of un-batchable workloads than the other candidates. https://www.notion.so/neondatabase/benchmarking-notes-143f189e004780c4a630cb5f426e39ba?pvs=4#144f189e004780c0921fe99e1da0e8c9
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -252,6 +252,7 @@ checksum = "1d420af8e042475e58a20d91af8eda7d6528989418c03f3f527e1c3415696f70"
|
||||
dependencies = [
|
||||
"error-code",
|
||||
"libc",
|
||||
"tokio",
|
||||
"wasm-bindgen",
|
||||
"web-time",
|
||||
]
|
||||
|
||||
@@ -47,7 +47,7 @@ anyhow = { version = "1.0", features = ["backtrace"] }
|
||||
arc-swap = "1.6"
|
||||
async-compression = { version = "0.4.0", features = ["tokio", "gzip", "zstd"] }
|
||||
atomic-take = "1.1.0"
|
||||
async-timer = "1.0.0-beta.15"
|
||||
async-timer = { version= "1.0.0-beta.15", features = ["tokio1"] }
|
||||
azure_core = { version = "0.19", default-features = false, features = ["enable_reqwest_rustls", "hmac_rust"] }
|
||||
azure_identity = { version = "0.19", default-features = false, features = ["enable_reqwest_rustls"] }
|
||||
azure_storage = { version = "0.19", default-features = false, features = ["enable_reqwest_rustls"] }
|
||||
|
||||
Reference in New Issue
Block a user