win,doc: improve uv_os_setpriority() documentation
Refs: https://github.com/nodejs/node/pull/22817 PR-URL: https://github.com/libuv/libuv/pull/1985 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
This commit is contained in:
parent
57b3363e23
commit
b721891ad4
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user