Home
last modified time | relevance | path

Searched refs:pipeline_max_length (Results 1 – 3 of 3) sorted by relevance

/dports/sysutils/py-rdiff-backup/rdiff-backup-2.0.5/src/rdiff_backup/
H A DGlobals.py48 pipeline_max_length = 500 variable
H A Dbackup.py78 cache_size = Globals.pipeline_max_length * 3 # to and from+leeway
183 collated, Globals.pipeline_max_length * 4, baserp)
194 flush_threshold = Globals.pipeline_max_length - 2
H A Diterfile.py311 self.max_buffer_rps = max_buffer_rps or Globals.pipeline_max_length