Browse Source

Match Go VolumeEcShardsCopy: set ignore_source_file_not_found for .vif

rust-volume-server
Chris Lu 3 days ago
parent
commit
8a5b481efb
  1. 1
      seaweed-volume/src/server/grpc_server.rs

1
seaweed-volume/src/server/grpc_server.rs

@ -2262,6 +2262,7 @@ impl VolumeServer for VolumeGrpcService {
ext: ".vif".to_string(),
compaction_revision: u32::MAX,
stop_offset: i64::MAX as u64,
ignore_source_file_not_found: true,
..Default::default()
};
let mut stream = client

Loading…
Cancel
Save