Reduce default reserve space to 5gb.
This commit is contained in:
parent
6855a9b5e1
commit
4d90536329
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue