feat(compression): implement transparent LZ4 chunk compression with V1 backwards compatibility
This commit is contained in:
+1
-1
@@ -107,7 +107,7 @@ pub async fn mount_container(
|
||||
.context("Ungültiges Master-Passwort oder Container beschädigt")?;
|
||||
|
||||
// WebDAV Filesystem und Handler konfigurieren
|
||||
let fs = SanctumFs::new(db.clone(), dek);
|
||||
let fs = SanctumFs::new(db.clone(), dek, meta.version);
|
||||
let dav_server = DavHandler::builder()
|
||||
.filesystem(Box::new(fs))
|
||||
.locksystem(FakeLs::new())
|
||||
|
||||
Reference in New Issue
Block a user