Typo, grammar, and formatting

This commit is contained in:
Richard Hartmann 2013-06-22 14:54:23 +02:00
parent c9ac1e4665
commit b0b79af9cd

View file

@ -5,8 +5,8 @@ since the last release.
Been doing some work to make the assistant daemon be more `nice`. I don't
want to nice the whole program, because that could make the web interface
unresponsive. What I am able to do, thanks to Linux violating POSIX, is
nice certian expensive operations, including the startup scan and the daily
unresponsive. What I am able to do, thanks to Linux violating POSIX, is to
`nice` certain expensive operations, including the startup scan and the daily
sanity check. Also, I put in a call to `ionice` (when it's available)
when `git annex assistant --autostart` is run, so the daemon's
disk IO will be prioritized below other IO. Hope this keeps it out of your