mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-30 08:49:26 +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);
|
.map_or(Vec::new(), |buf| buf);
|
||||||
|
|
||||||
let mut buf_t = Deserializer::new(Cursor::new(buf));
|
let mut buf_t = Deserializer::new(Cursor::new(buf));
|
||||||
|
|
||||||
let mut cycle_info: CurrentScannerCycle = Deserialize::deserialize(&mut buf_t).unwrap_or_default();
|
let mut cycle_info: CurrentScannerCycle = Deserialize::deserialize(&mut buf_t).unwrap_or_default();
|
||||||
|
|
||||||
loop {
|
loop {
|
||||||
|
|||||||
Reference in New Issue
Block a user