From f04d4dcd0e0c21d68c4ad38f713a9465fef476d2 Mon Sep 17 00:00:00 2001 From: zooko <> Date: Tue, 8 Dec 2009 17:37:24 +0000 Subject: [PATCH] link to specific version of source code [Imported from Trac: page ServerSelection, version 5] --- ServerSelection.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ServerSelection.md b/ServerSelection.md index d016cfb..845e27e 100644 --- a/ServerSelection.md +++ b/ServerSelection.md @@ -17,8 +17,7 @@ As I have emphasized a few times, we really should not try to write a super-clev Having a function or class to control server-selection is a great idea. The current code already separates out responsibility for server-selection into a -distinct class, at least for immutable files -(source:src/allmydata/immutable/upload.py#L131 `Tahoe2PeerSelector`). It +distinct class, at least for immutable files (source: src/allmydata/immutable/upload.py?rev=4114#L131 `Tahoe2PeerSelector`). It would be pretty easy to make the uploader use different classes according to a `tahoe.cfg` option.