proxmox-rrd: implement non blocking journal
Do not block while applying the journal.
This commit is contained in:
@ -11,6 +11,7 @@ proxmox-router = "1.1"
|
||||
[dependencies]
|
||||
anyhow = "1.0"
|
||||
bitflags = "1.2.1"
|
||||
crossbeam-channel = "0.5"
|
||||
log = "0.4"
|
||||
nix = "0.19.1"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
|
Reference in New Issue
Block a user