summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2008-07-30 08:33:35 -0700
committerWayne Davison <wayned@samba.org>2008-07-30 08:33:35 -0700
commit2fa069d85f0cea0f5a0374d2511862316206229b (patch)
tree3a622ae0b835299f577430cc46bf241c13fa004b
parenta25aed50e637ee87c93acf904a5e22631623519f (diff)
downloadrsync-2fa069d85f0cea0f5a0374d2511862316206229b.tar.gz
rsync-2fa069d85f0cea0f5a0374d2511862316206229b.tar.bz2
rsync-2fa069d85f0cea0f5a0374d2511862316206229b.zip
Mention a missing sender-side hash improvment that went out in 3.0.0.
-rw-r--r--OLDNEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/OLDNEWS b/OLDNEWS
index 395c1bdd..486a4c19 100644
--- a/OLDNEWS
+++ b/OLDNEWS
@@ -381,6 +381,11 @@ Changes since 2.6.9:
- Fixed rsync's ability to remove files that are not writable by the file's
owner when rsync is running as the same user.
+ - When transferring large files, the sender's hashtable of checksums is
+ kept at a more reasonable state of fullness (no more than 80% full) so
+ that the scanning of the hashtable will not bog down as the number of
+ blocks increases.
+
ENHANCEMENTS:
- A new incremental-recursion algorithm is now used when rsync is talking