Reduce default reserve space to 5gb.

This commit is contained in:
voussoir 2021-05-14 17:39:53 -07:00
parent 6855a9b5e1
commit 4d90536329
No known key found for this signature in database
GPG key ID: 5F7554F8C26DACCB

View file

@ -22,7 +22,7 @@ log = vlogging.getLogger(__name__, 'rarpar')
WINRAR = winwhich.which('winrar')
PAR2 = winwhich.which('phpar2')
RESERVE_SPACE_ON_DRIVE = 30 * bytestring.GIBIBYTE
RESERVE_SPACE_ON_DRIVE = 5 * bytestring.GIBIBYTE
COMPRESSION_STORE = 0
COMPRESSION_MAX = 5