From d54695bd53210b3f6ed28a1d61732e948a75f358 Mon Sep 17 00:00:00 2001 From: zooko <> Date: Thu, 28 Apr 2011 04:11:22 +0000 Subject: [PATCH] fix formatting [Imported from Trac: page ServerSelection, version 17] --- ServerSelection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ServerSelection.md b/ServerSelection.md index 4501c50..3cbb6fd 100644 --- a/ServerSelection.md +++ b/ServerSelection.md @@ -19,7 +19,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 [`Tahoe2PeerSelector`]source:src/allmydata/immutable/upload.py?rev=4114#L131. It +distinct class, at least for immutable files [Tahoe2PeerSelector]source:src/allmydata/immutable/upload.py?rev=4114#L131. It would be pretty easy to make the uploader use different classes according to a `tahoe.cfg` option.