-
Committer:
Robert Collins
-
Date:
2007-08-05 01:47:30 UTC
-
mto:
(2592.3.77 repository)
-
mto:
This revision was merged to the branch mainline in
revision
2741.
-
Revision ID:
robertc@robertcollins.net-20070805014730-qjx8zkquv3pagglo
* New method ``bzrlib.transport.Transport.get_recommended_page_size``.
This provides a hint to users of transports as to the reasonable
minimum data to read. In principle this can take latency and
bandwidth into account on a per-connection basis, but for now it
just has hard coded values based on the url. (e.g. http:// has a large
page size, file:// has a small one.) (Robert Collins)