Skip to content

Commit

Permalink
Fixing vacuum dialog text
Browse files Browse the repository at this point in the history
  • Loading branch information
hydrusnetwork committed Nov 20, 2024
1 parent 425d0d2 commit 528f433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hydrus/client/gui/panels/ClientGUIScrolledPanelsReview.py
Original file line number Diff line number Diff line change
Expand Up @@ -3747,7 +3747,7 @@ def __init__( self, parent: QW.QWidget, controller: "CG.ClientController.Control
Because the new database is tightly packed, it will generally be smaller than the original file. This is currently the only way to truncate a hydrus database file.
Vacuuming is an expensive operation. It requires lots of free space on your drive(s) as it creates one (temporary) copy of the database file in your temp directory and another copy in your db dir. Hydrus cannot operate while it is going on, and it tends to run quite slow, about 1-40MB/s. The main benefit is in truncating the database files after you delete a lot of data, so I recommend you only do it after you delete the PTR or similar. If the db file is more than 2GB and has less than 5% free pages, it probably is not worth doing.'''
Vacuuming is an expensive operation. It creates one (temporary) copy of the database file in your db dir. Hydrus cannot operate while it is going on, and it tends to run quite slow, about 10-50MB/s. The main benefit is in truncating the database files after you delete a lot of data, so I recommend you only do it after you delete the PTR or similar. If the db file is more than 2GB and has less than 5% free pages, it is probably not worth doing.'''

st = ClientGUICommon.BetterStaticText( self, label = info_message )

Expand Down

0 comments on commit 528f433

Please sign in to comment.