summaryrefslogtreecommitdiff
path: root/rdiff-backup/rdiff_backup
diff options
context:
space:
mode:
authorben <ben@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2002-05-15 23:17:24 +0000
committerben <ben@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2002-05-15 23:17:24 +0000
commitc3beb4a2425f1ca142f1c773ca8205399b48c993 (patch)
tree11631cdfa3528e8c19b4a43a3eaf2d25c7716d1d /rdiff-backup/rdiff_backup
parent036ee5fc7e9a99ceb9e5f8661b76c092bb052e53 (diff)
downloadrdiff-backup-c3beb4a2425f1ca142f1c773ca8205399b48c993.tar.gz
Enabled ssh compression by default, increased conn_bufsize.
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@88 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
Diffstat (limited to 'rdiff-backup/rdiff_backup')
-rw-r--r--rdiff-backup/rdiff_backup/rpath.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/rdiff-backup/rdiff_backup/rpath.py b/rdiff-backup/rdiff_backup/rpath.py
index 5ed36f5..414268c 100644
--- a/rdiff-backup/rdiff_backup/rpath.py
+++ b/rdiff-backup/rdiff_backup/rpath.py
@@ -247,13 +247,13 @@ class RORPath(RPathStatic):
This object doesn't contain any information about the file,
but, when passed along, may show where the previous stages are
in their processing. It is the RORPath equivalent of fiber.
+ This placeholder size, in conjunction with the placeholder
+ threshold in Highlevel .. generate_dissimilar seem to yield an
+ OK tradeoff between unnecessary placeholders and lots of
+ memory usage, but I'm not sure exactly why.
"""
- self.data = {'placeholder':
- ("It is actually good for placeholders to use"
- "up a bit of memory, so the buffers get flushed"
- "more often when placeholders move through."
- "See the get_dissimilar docs for more info.")}
+ self.data = {'placeholder': " "*500}
def isplaceholder(self):
"""True if the object is a placeholder"""