summaryrefslogtreecommitdiff
path: root/rdiff-backup/rdiff_backup/Globals.py
diff options
context:
space:
mode:
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