upload/download status: add recently-finished operations #430

Open
opened 2008-06-01 19:53:28 +00:00 by warner · 0 comments
warner commented 2008-06-01 19:53:28 +00:00
Owner

The code currently keeps track of the results of the last 10 or 30 upload/download operations, for display on the "upload/download status" web page. The queue that it uses is appended when an operation starts, so it can display the most recently-started operations. It would be nice to be able to see the most recently-finished operations too: have another queue that is appended to when the operation completes. This would be especially useful for large files, which may have been started a long time ago (and therefore will have fallen off the recently-started queue).

The code currently keeps track of the results of the last 10 or 30 upload/download operations, for display on the "upload/download status" web page. The queue that it uses is appended when an operation starts, so it can display the most recently-started operations. It would be nice to be able to see the most recently-finished operations too: have another queue that is appended to when the operation completes. This would be especially useful for large files, which may have been started a long time ago (and therefore will have fallen off the recently-started queue).
tahoe-lafs added the
code
minor
enhancement
1.0.0
labels 2008-06-01 19:53:28 +00:00
tahoe-lafs added this to the 1.5.0 milestone 2008-06-01 19:53:28 +00:00
tahoe-lafs added
code-frontend-web
and removed
code
labels 2009-03-08 22:11:18 +00:00
tahoe-lafs modified the milestone from 1.5.0 to eventually 2009-06-30 18:08:51 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: tahoe-lafs/trac-2024-07-25#430
No description provided.