]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blobdiff - src/allmydata/web/status.py
download status: add time spent paused by the client (when we're serving over a slow...
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / web / status.py
index fc91010f66a44ffc22f5282fbc1768714080f77f..b9b40c15577dd9600cb7c3c186a7b77f0a9de2f5 100644 (file)
@@ -308,6 +308,9 @@ class DownloadResultsRendererMixin(RateAndTimeMixin):
     def data_time_cumulative_decrypt(self, ctx, data):
         return self._get_time("cumulative_decrypt")
 
+    def data_time_paused(self, ctx, data):
+        return self._get_time("paused")
+
     def _get_rate(self, name):
         d = self.download_results()
         def _convert(r):