Skip to content

Commit 763acb7

Browse files
kimCentril
andauthored
snapshot: Improve memory utilization of snapshot fetcher (#2715)
Signed-off-by: Kim Altintop <kim@eagain.io> Co-authored-by: Mazdak Farrokhzad <twingoow@gmail.com>
1 parent f11b814 commit 763acb7

3 files changed

Lines changed: 241 additions & 62 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/snapshot/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,11 @@ spacetimedb-fs-utils.workspace = true
1717

1818
blake3.workspace = true
1919
bytes.workspace = true
20+
crossbeam-queue.workspace = true
2021
futures.workspace = true
2122
hex.workspace = true
2223
log.workspace = true
24+
scopeguard.workspace = true
2325
tempfile.workspace = true
2426
thiserror.workspace = true
2527
tokio = { workspace = true, features = ["io-util"] }

0 commit comments

Comments
 (0)