Skip to content

Commit 6c887e5

Browse files
authored
Merge pull request #173 from influxdata/dom/async-flush
perf: async flushing & buffering + lock contention
2 parents 26af770 + c0ba668 commit 6c887e5

File tree

4 files changed

+509
-181
lines changed

4 files changed

+509
-181
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ rustls = { version = "0.20", optional = true }
3333
snap = { version = "1", optional = true }
3434
thiserror = "1.0"
3535
time = "0.3"
36-
tokio = { version = "1.14", default-features = false, features = ["io-util", "net", "rt", "sync", "time", "macros"] }
36+
tokio = { version = "1.19", default-features = false, features = ["io-util", "net", "rt", "sync", "time", "macros"] }
3737
tokio-rustls = { version = "0.23", optional = true }
3838
tracing = "0.1"
3939
zstd = { version = "0.10", optional = true }

0 commit comments

Comments
 (0)