Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b159b91

Browse filesBrowse files
trivikrtargos
authored andcommitted
doc: linkify .setupMaster() in cluster doc
Refs: #30163 PR-URL: #30204 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: David Carlier <devnexen@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
1 parent 9c4a9e7 commit b159b91
Copy full SHA for b159b91

File tree

Expand file treeCollapse file tree

1 file changed

+4
-4
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-4
lines changed
Open diff view settings
Collapse file

‎doc/api/cluster.md‎

Copy file name to clipboardExpand all lines: doc/api/cluster.md
+4-4Lines changed: 4 additions & 4 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -644,11 +644,11 @@ added: v0.7.1
644644

645645
* `settings` {Object}
646646

647-
Emitted every time `.setupMaster()` is called.
647+
Emitted every time [`.setupMaster()`][] is called.
648648

649649
The `settings` object is the `cluster.settings` object at the time
650-
`.setupMaster()` was called and is advisory only, since multiple calls to
651-
`.setupMaster()` can be made in a single tick.
650+
[`.setupMaster()`][] was called and is advisory only, since multiple calls to
651+
[`.setupMaster()`][] can be made in a single tick.
652652

653653
If accuracy is important, use `cluster.settings`.
654654

@@ -710,7 +710,7 @@ added: v0.11.2
710710
The scheduling policy, either `cluster.SCHED_RR` for round-robin or
711711
`cluster.SCHED_NONE` to leave it to the operating system. This is a
712712
global setting and effectively frozen once either the first worker is spawned,
713-
or `cluster.setupMaster()` is called, whichever comes first.
713+
or [`.setupMaster()`][] is called, whichever comes first.
714714

715715
`SCHED_RR` is the default on all operating systems except Windows.
716716
Windows will change to `SCHED_RR` once libuv is able to effectively

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.