Skip to content

Commit 5cfa37d

Browse files
committed
chore(*): update README
1 parent 54e61b6 commit 5cfa37d

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ const pathfinding = new Pathfinding(
4141

4242
- `config` - _Pathfinding configuration_
4343

44-
| Prop | Description | Default |
45-
| --------------- | ----------------------------------------------------- | ------- |
46-
| taskFindingRate | Delay to handle next task after all previous are done | 100 ms |
47-
| maxStackSize | Max recursive depth to handle task in one tick | 128 |
48-
| resourceLimits | Worker resource limits | - |
44+
| Prop | Description | Default |
45+
| --------------- | ----------------------------------------------------------------------------------------- | ------- |
46+
| taskFindingRate | Delay to handle next task after all previous are done | 100 ms |
47+
| maxStackSize | Max recursive depth to handle task in one tick | 128 |
48+
| resourceLimits | [Worker resource limits](https://nodejs.org/api/worker_threads.html#workerresourcelimits) | - |
4949

5050
### ⚡️ Terminate worker thread
5151

0 commit comments

Comments
 (0)