Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit d91670f

Browse files
committed
multithread update docs
1 parent ce8b162 commit d91670f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/docs/features/multi-thread.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Nitro utilizes multithreading to optimize hardware usage.
55

66
Multithreading in programming allows concurrent task execution, improving efficiency and responsiveness. It's key for optimizing hardware and application performance.
77

8-
Effective multithreading offers:
8+
**Effective multithreading offers:**
99

1010
- Faster Performance.
1111
- Responsive IO.
@@ -20,7 +20,7 @@ For more information on threading, visit [Drogon's Documentation](https://github
2020

2121
To increase the number of threads used by Nitro, use the following command syntax:
2222

23-
```js
23+
```bash title="Nitro deploy server format"
2424
nitro [thread_num] [host] [port]
2525
```
2626

@@ -29,7 +29,7 @@ nitro [thread_num] [host] [port]
2929
- **port:** The port number where Nitro is to be deployed.
3030

3131
To launch Nitro with 4 threads, enter this command in the terminal:
32-
```js
32+
```bash title="Example"
3333
nitro 4 127.0.0.1 5000
3434
```
3535

0 commit comments

Comments
 (0)