diff options
author | Joey Hess <joey@kitenet.net> | 2013-02-28 15:51:53 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-02-28 15:51:53 -0400 |
commit | 59302050c0aef0c43fdf94049a426d1e7e1d29fc (patch) | |
tree | db4f5291528aa4862447eccc172769ba10ec6919 /debian | |
parent | f2e99253410c9e1d765c91a181f89081bc37512a (diff) |
webapp: Only show up to 10 queued transfers.
The transfer queue can grow larger than 10 when queueing transfers for
files that were just received, as well as requeueing failed transfers.
I probably need to do some work to prevent that, as it could use a lot of
RAM. But for now, cap the number of displayed transfers in the webapp, to
avoid flooding the browser.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index b927f8623..1face2f52 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ git-annex (4.20130228) UNRELEASED; urgency=low * Stop depending on testpack. * Android: Enable test suite. + * webapp: Only show up to 10 queued transfers. -- Joey Hess <joeyh@debian.org> Wed, 27 Feb 2013 23:20:40 -0400 |