3.12.3 release notes: fix a typo
This commit is contained in:
parent
550e87923f
commit
e2087aedea
|
@ -35,7 +35,7 @@ Release notes can be found on GitHub at [rabbitmq-server/release-notes](https://
|
||||||
* On Windows, PowerShell will no longer be used as a fallback for `handle.exe`
|
* On Windows, PowerShell will no longer be used as a fallback for `handle.exe`
|
||||||
for computing how many file and socket handles a node uses.
|
for computing how many file and socket handles a node uses.
|
||||||
|
|
||||||
If a user does not have `handle.exe`` installed in the `PATH`` of their Windows system,
|
If a user does not have `handle.exe` installed in the `PATH` of their Windows system,
|
||||||
a message will be logged once, and then the total handles being used will be set to 0.
|
a message will be logged once, and then the total handles being used will be set to 0.
|
||||||
|
|
||||||
PowerShell ended up being a CPU-intensive alternative that's not worth the gains
|
PowerShell ended up being a CPU-intensive alternative that's not worth the gains
|
||||||
|
|
Loading…
Reference in New Issue