From 9285f6d0b00d720957b69b5ecd464cce1dee89bf Mon Sep 17 00:00:00 2001 From: Dan Engelbrecht Date: Wed, 6 Nov 2024 09:08:02 +0100 Subject: Improved oplog import/export progress indicator at commandline (#206) Nicer progress bar during oplog import/export Verify that oplog has not been deleted from disk behind our back --- src/zenserver/vfs/vfsimpl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/zenserver/vfs/vfsimpl.cpp') diff --git a/src/zenserver/vfs/vfsimpl.cpp b/src/zenserver/vfs/vfsimpl.cpp index 7e4fbe83e..6e14b7632 100644 --- a/src/zenserver/vfs/vfsimpl.cpp +++ b/src/zenserver/vfs/vfsimpl.cpp @@ -362,7 +362,7 @@ VfsServiceDataSource::PopulateDirectory(std::string NodePath, VfsTreeNode& DirNo // Oplog contents enumeration - if (ProjectStore::Oplog* Oplog = Project->OpenOplog(OplogId, false)) + if (ProjectStore::Oplog* Oplog = Project->OpenOplog(OplogId, /*AllowCompact*/ false, /*VerifyPathOnDisk*/ true)) { Ref DataSource = GetOplogDataSource(ProjectId, OplogId); -- cgit v1.2.3