Fixing free space test in vacuum review panel
This commit is contained in:
parent
528f4330f4
commit
5e68f9998f
|
@ -3792,7 +3792,7 @@ Vacuuming is an expensive operation. It creates one (temporary) copy of the data
|
|||
page_count = vacuum_dict[ 'page_count' ]
|
||||
freelist_count = vacuum_dict[ 'freelist_count' ]
|
||||
|
||||
HydrusDB.CheckCanVacuumData( path, page_size, page_count, freelist_count )
|
||||
HydrusDB.CheckCanVacuumIntoData( path, page_size, page_count, freelist_count )
|
||||
|
||||
except Exception as e:
|
||||
|
||||
|
|
Loading…
Reference in New Issue