summaryrefslogtreecommitdiff
path: root/rdiff-backup/rdiff_backup/Globals.py
diff options
context:
space:
mode:
authorbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2005-11-24 05:07:09 +0000
committerbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2005-11-24 05:07:09 +0000
commit4f008bb4653629b2bec6d3202d413f7c02b0fcb0 (patch)
treec6d1821c6f01543a2e13903b8f38d1301a09743b /rdiff-backup/rdiff_backup/Globals.py
parent75a31e34270bfbf735d31fea152675160493b900 (diff)
downloadrdiff-backup-4f008bb4653629b2bec6d3202d413f7c02b0fcb0.tar.gz
Remove older than overenthusiastic deletion fix
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@689 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
Diffstat (limited to 'rdiff-backup/rdiff_backup/Globals.py')
-rw-r--r--rdiff-backup/rdiff_backup/Globals.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/rdiff-backup/rdiff_backup/Globals.py b/rdiff-backup/rdiff_backup/Globals.py
index 253c8a7..952208c 100644
--- a/rdiff-backup/rdiff_backup/Globals.py
+++ b/rdiff-backup/rdiff_backup/Globals.py
@@ -37,9 +37,9 @@ blocksize = 131072
# values may save on connection overhead and latency.
conn_bufsize = 393216
-# This is used in rorpiter.CacheIndexable. The number represents the
-# number of rpaths which may be stuck in buffers when moving over a
-# remote connection.
+# This is used in the CacheCollatedPostProcess and MiscIterToFile
+# classes. The number represents the number of rpaths which may be
+# stuck in buffers when moving over a remote connection.
pipeline_max_length = 500
# True if script is running as a server