Skip to content

Commit

Permalink
disable fsync during storage verification
Browse files Browse the repository at this point in the history
  • Loading branch information
pbiering committed Dec 16, 2024
1 parent c1c8ab2 commit 4b1183a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions radicale/storage/multifilesystem/verify.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 4b1183a

Please sign in to comment.