Add COMPRESSION_STORE, _MAX constants.
This commit is contained in:
parent
844dc5894b
commit
555878e511
1 changed files with 3 additions and 0 deletions
|
@ -18,6 +18,9 @@ PAR2 = winwhich.which('phpar2')
|
||||||
|
|
||||||
RESERVE_SPACE_ON_DRIVE = 30 * bytestring.GIBIBYTE
|
RESERVE_SPACE_ON_DRIVE = 30 * bytestring.GIBIBYTE
|
||||||
|
|
||||||
|
COMPRESSION_STORE = 0
|
||||||
|
COMPRESSION_MAX = 5
|
||||||
|
|
||||||
class RarParException(Exception):
|
class RarParException(Exception):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue