Просмотр исходного кода

Merge pull request #707 from ThomasWaldmann/fix-changes

changes: fix old chunker params, fixes #698
TW 9 лет назад
Родитель
Сommit
39b6b57690
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      docs/changes.rst

+ 1 - 1
docs/changes.rst

@@ -37,7 +37,7 @@ Compatibility notes:
   value as answer (as if you typed in that value when being asked).
   value as answer (as if you typed in that value when being asked).
   See the "usage" / "Environment Variables" section of the docs for details.
   See the "usage" / "Environment Variables" section of the docs for details.
 - change the builtin default for --chunker-params, create 2MiB chunks, #343
 - change the builtin default for --chunker-params, create 2MiB chunks, #343
-  --chunker-params new default: 19,23,21,4095 - old default: 10,23,16,4096
+  --chunker-params new default: 19,23,21,4095 - old default: 10,23,16,4095
 
 
   one of the biggest issues with borg < 1.0 (and also attic) was that it had a
   one of the biggest issues with borg < 1.0 (and also attic) was that it had a
   default target chunk size of 64kiB, thus it created a lot of chunks and thus
   default target chunk size of 64kiB, thus it created a lot of chunks and thus