Skip to content

Commit 14c28f5

Browse files
docs: add warning for profile_default settings (#1764)
2 parents 4a2e936 + ccd35bd commit 14c28f5

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

docs/run-instance/configuration/ors/engine/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33

44
Engine properties are required at graph-build time during startup.
55

6+
::: warning
7+
If you specified `profile_default` settings they might not be taken into account!
8+
This will be fixed in the next patch release.
9+
As a workaround, you can move all `profile_default` settings to the specific profile where you need them to work.
10+
:::
11+
612
| key | type | description | default value |
713
|--------------------|---------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------|
814
| init_threads | number | The number of threads used to initialize (build/load) graphs. Higher numbers requires more RAM | `1` |

docs/run-instance/configuration/ors/engine/profiles.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ Available profiles are:
1515
- `wheelchair`
1616
- `public-transport`
1717

18+
::: warning
19+
If you specified `profile_default` settings they might not be taken into account!
20+
This will be fixed in the next patch release.
21+
As a workaround, you can move all `profile_default` settings to the specific profile where you need them to work.
22+
:::
23+
1824
Properties for each (enabled) profile are set under `ors.engine.profiles.<profile>`, e.g.
1925
- `ors.engine.profiles.car`
2026
- `ors.engine.profiles.hiking`

0 commit comments

Comments
 (0)