From 750326eab27200c1de6240cec3de4593e6d31bdf Mon Sep 17 00:00:00 2001 From: Ruben Vermeersch Date: Mon, 2 Feb 2015 08:41:53 +0100 Subject: [PATCH] Remove duplicate paragraphs --- doc/Design.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/doc/Design.md b/doc/Design.md index 1a8fb2783..8f050dede 100644 --- a/doc/Design.md +++ b/doc/Design.md @@ -269,12 +269,6 @@ For modified files, only modified chunks have to be saved in a subsequent backup. This even works if bytes are inserted or removed at arbitrary positions within the file. -Files smaller than 512KiB are not split, chunks are of 512KiB to 8MiB in size. -The implementation aims for 1MiB chunk size on average. - -For modified files, only modified chunks have to be saved in a subsequent backup. -This even works if bytes are inserted or removed at arbitrary positions within the file. - Threat Model ============