File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments