/[rdiff-backup]/rdiff-backup/rdiff_backup/Globals.py
ViewVC logotype

Diff of /rdiff-backup/rdiff_backup/Globals.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.37 by bescoto, Thu Oct 20 20:20:29 2005 UTC revision 1.38 by bescoto, Tue Oct 25 01:57:32 2005 UTC
# Line 30  version = "$version" Line 30  version = "$version"
30  current_time = None  current_time = None
31    
32  # This determines how many bytes to read at a time when copying  # This determines how many bytes to read at a time when copying
33  blocksize = 32768  blocksize = 131072
34    
35  # This is used by the BufferedRead class to determine how many  # This is used by the BufferedRead class to determine how many
36  # bytes to request from the underlying file per read().  Larger  # bytes to request from the underlying file per read().  Larger
37  # values may save on connection overhead and latency.  # values may save on connection overhead and latency.
38  conn_bufsize = 98304  conn_bufsize = 393216
39    
40  # This is used in rorpiter.CacheIndexable.  The number represents the  # This is used in rorpiter.CacheIndexable.  The number represents the
41  # number of rpaths which may be stuck in buffers when moving over a  # number of rpaths which may be stuck in buffers when moving over a

Legend:
Removed from v.1.37  
changed lines
  Added in v.1.38

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26