]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blobdiff - src/allmydata/interfaces.py
Fix mutable status (mapupdate/retrieve/publish) to use serverids, not tubids
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / interfaces.py
index 163e49da200abba7e17efd65ef9075dc40f4c6f3..5613e818b38b73d9b4edf50f6808a7b8d6be3e2f 100644 (file)
@@ -1968,7 +1968,7 @@ class IDownloadResults(Interface):
        cumulative_decode : just time spent in zfec
        cumulative_decrypt : just time spent in decryption
        total : total download time, start to finish
-       fetch_per_server : dict of peerid to list of per-segment fetch times
+       fetch_per_server : dict of server to list of per-segment fetch times
 
     """