diff options
author | Richard Hartmann <richih.mailinglist@gmail.com> | 2013-06-22 14:54:23 +0200 |
---|---|---|
committer | Richard Hartmann <richih.mailinglist@gmail.com> | 2013-06-22 14:54:23 +0200 |
commit | 01a618177447e3620ec832cf76c9d9f2442da4eb (patch) | |
tree | 555297cab7eb5594d4a3773515516337d264bc17 /doc/design | |
parent | 6a3155c4629d7bbc6476dc2a4a9af35d47998058 (diff) |
Typo, grammar, and formatting
Diffstat (limited to 'doc/design')
-rw-r--r-- | doc/design/assistant/blog/day_287__niceness.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/design/assistant/blog/day_287__niceness.mdwn b/doc/design/assistant/blog/day_287__niceness.mdwn index 159dd948b..5fc193353 100644 --- a/doc/design/assistant/blog/day_287__niceness.mdwn +++ b/doc/design/assistant/blog/day_287__niceness.mdwn @@ -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 |