File tree Expand file tree Collapse file tree
doc/openapi/components/schemas/config/nodes Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,20 +27,20 @@ allOf:
2727 The path to the DDF file that describes the data exchanged in the specified domain.
2828
2929 connect_timeout :
30- $ref : ../../ duration.yaml
30+ $ref : ../duration.yaml
3131 default : 5s
3232 description : >-
3333 The duration after which a failed connection attempt times out.
3434
3535 flag_delay :
36- $ref : ../../ duration.yaml
36+ $ref : ../duration.yaml
3737 default : 0s
3838 description : >-
3939 Forces the local Orchestra communication to be made with flags instead of semaphores when using an external communication process.
4040 Flags are recommended for better performance: they are faster but also more CPU-consuming.
4141
4242 flag_delay_tool :
43- $ref : ../../ duration.yaml
43+ $ref : ../duration.yaml
4444 description : >-
4545 Forces the local Orchestra communication to be made with flags instead of semaphores when using an external communication process.
4646 Flags are recommended for better performance: they are faster but also more CPU-consuming.
Original file line number Diff line number Diff line change @@ -13,6 +13,6 @@ properties:
1313discriminator :
1414 propertyName : type
1515 mapping :
16- local : opal_orchestra_connection_local.yaml
17- remote : opal_orchestra_connection_remote.yaml
18- dolphin : opal_orchestra_connection_dolphin.yaml
16+ local : ./ opal_orchestra_connection_local.yaml
17+ remote : ./ opal_orchestra_connection_remote.yaml
18+ dolphin : ./ opal_orchestra_connection_dolphin.yaml
You can’t perform that action at this time.
0 commit comments