| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent d5aafde commit e5b2a8a
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -644,11 +644,11 @@ added: v0.7.1 | |||
| 644 | 644 | ||
| 645 | 645 | * `settings` {Object} | |
| 646 | 646 | ||
| 647 | - Emitted every time `.setupMaster()` is called. | ||
| 647 | + Emitted every time [`.setupMaster()`][] is called. | ||
| 648 | 648 | ||
| 649 | 649 | 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. | ||
| 652 | 652 | ||
| 653 | 653 | If accuracy is important, use `cluster.settings`. | |
| 654 | 654 | ||
@@ -710,7 +710,7 @@ added: v0.11.2 | |||
| 710 | 710 | The scheduling policy, either `cluster.SCHED_RR` for round-robin or | |
| 711 | 711 | `cluster.SCHED_NONE` to leave it to the operating system. This is a | |
| 712 | 712 | 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. | ||
| 714 | 714 | ||
| 715 | 715 | `SCHED_RR` is the default on all operating systems except Windows. | |
| 716 | 716 | Windows will change to `SCHED_RR` once libuv is able to effectively | |
| Back | FazBrowse Home | New Git URL |
0 commit comments