Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
surilindur committed Oct 25, 2023
1 parent 8a688a7 commit e5e57b9
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,7 @@ After installing, this package can be added to your engine's configuration as fo
* `mediatorJoinEntriesSort`: A mediator over the [RDF Join Entries Sort bus](https://github.com/comunica/comunica/tree/master/packages/bus-rdf-join-entries-sort).
* `mediatorJoinSelectivity`: A mediator over the [RDF Join Selectivity bus](https://github.com/comunica/comunica/tree/master/packages/bus-rdf-join-selectivity).
* `mediatorJoin`: A mediator over the [RDF Join bus](https://github.com/comunica/comunica/tree/master/packages/bus-rdf-join).
* `cardinalityThreshold`: Absolute value threshold for metadata cardinality value change before restarting join.
* `cardinalityThresholdMultiplier`: Multiplier/divisor threshold for metadata cardinality value change before restarting join.
* `swapOnlyOnce`: Whether the join should only be restarted once, and not an unlimited number of times.
* `swapOnCardinalityChange`: Whether the join should be restarted on cardinality changes.
* `swapOnTimeout`: Whether the join should be restarted on a timeout.
* `useCardinality`: Whether to restart join based on changes in metadata cardinality.
* `useTimeout`: Whether to restart join using a timeout.
* `allowUnlimitedRestarts`: Whether the restart should be allowed to take place more than once.
* `timeout`: The timeout value on milliseconds for restarting the join.

0 comments on commit e5e57b9

Please sign in to comment.