summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-06-20 21:10:16 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-06-20 22:25:41 -0400
commit1a171303b442351cf2b63038776f856902cce1dd (patch)
tree57fa532de533d111a76b8808253869026aae348e /debian
parenta6914b4761bbedc27a7199a5c05466fdd0edb905 (diff)
assistant: On Linux, the expensive transfer scan is run niced.
This is a compromise. I would like to nice every thread except for the webapp thread, but it's not practical to do so. That would need every thread to run as a bound thread, which could add significant overhead. And any forkIO would escape the nice level.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index d907b6ed3..81d28087c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -35,6 +35,7 @@ git-annex (4.20130602) UNRELEASED; urgency=low
git-annex branch.
* Windows: The test suite now passes on Windows (a few broken parts are
disabled).
+ * assistant: On Linux, the expensive transfer scan is run niced.
-- Joey Hess <joeyh@debian.org> Mon, 10 Jun 2013 12:52:44 -0400