Rev 6032: Going with 100 to be friendlier to bandwith/latency constrained environs. in http://bazaar.launchpad.net/~jameinel/bzr/2.4-too-much-walking-388269

John Arbash Meinel john at arbash-meinel.com
Fri Aug 12 15:38:08 UTC 2011


At http://bazaar.launchpad.net/~jameinel/bzr/2.4-too-much-walking-388269

------------------------------------------------------------
revno: 6032
revision-id: john at arbash-meinel.com-20110812153748-7olh7g5m2jg75yqq
parent: john at arbash-meinel.com-20110812153654-v2wwr7lk87azm3l3
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: 2.4-too-much-walking-388269
timestamp: Fri 2011-08-12 17:37:48 +0200
message:
  Going with 100 to be friendlier to bandwith/latency constrained environs.
  
  The real key is to avoid 'infinite' searches, 100 seems a reasonable tradeoff.
-------------- next part --------------
=== modified file 'bzrlib/remote.py'
--- a/bzrlib/remote.py	2011-08-12 15:36:54 +0000
+++ b/bzrlib/remote.py	2011-08-12 15:37:48 +0000
@@ -48,7 +48,7 @@
 from bzrlib.trace import mutter, note, warning
 
 
-_DEFAULT_SEARCH_DEPTH = 10000
+_DEFAULT_SEARCH_DEPTH = 100
 
 
 class _RpcHelper(object):



More information about the bazaar-commits mailing list