Skip to content

Commit

Permalink
win,doc: improve uv_os_setpriority() documentation
Browse files Browse the repository at this point in the history
Refs: nodejs/node#22817
PR-URL: #1985
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
  • Loading branch information
bzoz authored and cjihrig committed Sep 18, 2018
1 parent 57b3363 commit b721891
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/src/misc.rst
Expand Up @@ -544,4 +544,8 @@ API
process priority, the result will equal one of the `UV_PRIORITY`
constants, and not necessarily the exact value of `priority`.
.. note::
On Windows, setting `PRIORITY_HIGHEST` will only work for elevated user,
for others it will be silently reduced to `PRIORITY_HIGH`.
.. versionadded:: 1.23.0

0 comments on commit b721891

Please sign in to comment.