From 985690793cbc1a6e6b5e8665a547d3c5db3b6026 Mon Sep 17 00:00:00 2001 From: wakgill <76528604+wakgill@users.noreply.github.com> Date: Sat, 9 Jan 2021 00:11:19 -0600 Subject: [PATCH] Create 178.md --- docs/forum/bitcoin-forum/178.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/forum/bitcoin-forum/178.md diff --git a/docs/forum/bitcoin-forum/178.md b/docs/forum/bitcoin-forum/178.md new file mode 100644 index 0000000..8453057 --- /dev/null +++ b/docs/forum/bitcoin-forum/178.md @@ -0,0 +1,22 @@ +--- +layout: forum +title: 'Re: bitcoin auto-renice-ing' +grand_parent: Forum Posts +parent: Bitcoin Forum +nav_order: 178 +date: 2010-07-14 17:38:31 UTC +original: https://bitcointalk.org/index.php?topic=72.msg2886#msg2886 +--- + +# Re: bitcoin auto-renice-ing + +--- + +``` +Re: bitcoin auto-renice-ing +July 14, 2010, 05:38:31 PM + +Laszlo corrected this, but unfortunately it was too late to make it into 0.3.0. There will probably be a 0.3.1 soon though. + +The problem is I used PRIO_MIN, I should have used PRIO_MAX for the lowest priority. The OS isn't supposed to let you increase priority, so the PRIO_MIN ought to leave it at priority 0. +```