summaryrefslogtreecommitdiff
path: root/rdiff-backup/CHANGELOG
diff options
context:
space:
mode:
authorbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2005-10-25 01:57:32 +0000
committerbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2005-10-25 01:57:32 +0000
commit2e5e834e37fad52f4e5471117b809ce68e6e88d3 (patch)
tree5fe1c388d2ed7a6797e69c44e0132e70c98c0d57 /rdiff-backup/CHANGELOG
parent2631bcf823c1b6404458478ce76b0be7f1c289e4 (diff)
downloadrdiff-backup-2e5e834e37fad52f4e5471117b809ce68e6e88d3.tar.gz
Increased buffer sizes by a factor of 4
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@650 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
Diffstat (limited to 'rdiff-backup/CHANGELOG')
-rw-r--r--rdiff-backup/CHANGELOG3
1 files changed, 3 insertions, 0 deletions
diff --git a/rdiff-backup/CHANGELOG b/rdiff-backup/CHANGELOG
index 01b7c18..75f65f9 100644
--- a/rdiff-backup/CHANGELOG
+++ b/rdiff-backup/CHANGELOG
@@ -5,6 +5,9 @@ Refactored fs_abilities for more flexibility. In particular, avoid
quoting if both source and destination file systems are
case-insensitive.
+Increased buffer sizes by factor of 4, because everyone probably has 4
+times as much RAM now as when I originally picked those values.
+
When possible, fsync using a writable file descriptor. This may help
with cygwin. (Requested/tested by Dave Kempe.)