rdiff-backup-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Rdiff-backup-commits] Changes to rdiff-backup/rdiff_backup/Globals.py


From: Ben Escoto
Subject: [Rdiff-backup-commits] Changes to rdiff-backup/rdiff_backup/Globals.py
Date: Mon, 24 Oct 2005 21:57:34 -0400

Index: rdiff-backup/rdiff_backup/Globals.py
diff -u rdiff-backup/rdiff_backup/Globals.py:1.37 
rdiff-backup/rdiff_backup/Globals.py:1.38
--- rdiff-backup/rdiff_backup/Globals.py:1.37   Thu Oct 20 20:20:29 2005
+++ rdiff-backup/rdiff_backup/Globals.py        Tue Oct 25 01:57:32 2005
@@ -30,12 +30,12 @@
 current_time = None
 
 # This determines how many bytes to read at a time when copying
-blocksize = 32768
+blocksize = 131072
 
 # This is used by the BufferedRead class to determine how many
 # bytes to request from the underlying file per read().  Larger
 # values may save on connection overhead and latency.
-conn_bufsize = 98304
+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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]