Typo, grammar, and formatting
This commit is contained in:
parent
c9ac1e4665
commit
b0b79af9cd
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue