mirror of
https://github.com/rustfs/rustfs.git
synced 2026-07-29 09:38:59 +00:00
Merge branch 'main' into feat/notification_sys
This commit is contained in:
@@ -117,6 +117,7 @@ async fn run_data_scanner() {
|
||||
.map_or(Vec::new(), |buf| buf);
|
||||
|
||||
let mut buf_t = Deserializer::new(Cursor::new(buf));
|
||||
|
||||
let mut cycle_info: CurrentScannerCycle = Deserialize::deserialize(&mut buf_t).unwrap_or_default();
|
||||
|
||||
loop {
|
||||
|
||||
Reference in New Issue
Block a user