Forráskód Böngészése

Merge pull request #76 from JaCoB1123/internals-compression

Update docs/internals.rst to mention compression changes
TW 10 éve
szülő
commit
729a48fa5e
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      docs/internals.rst

+ 1 - 1
docs/internals.rst

@@ -355,4 +355,4 @@ representation of the repository id.
 Compression
 -----------
 
-Currently, zlib level 6 is used as compression.
+Currently, compression is disabled by default. Zlib compression can be enabled by passing ``--compression level`` on the command line. Level can be anything from 0 (no compression, fast) to 9 (high compression, slow).