1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-01 18:18:31 +00:00

disable fsync during storage verification

This commit is contained in:
Peter Bieringer 2024-12-16 20:34:16 +01:00
parent c1c8ab2887
commit 4b1183ae00

View file

@ -29,6 +29,8 @@ class StoragePartVerify(StoragePartDiscover, StorageBase):
def verify(self) -> bool:
item_errors = collection_errors = 0
logger.info("Disable fsync during storage verification")
self._filesystem_fsync = False
@types.contextmanager
def exception_cm(sane_path: str, href: Optional[str]