Skip to content

Commit 290d78c

Browse files
committed
fixup! GH-4952 - Add config-via-template example to federation documentation
1 parent 56ac29d commit 290d78c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

site/content/documentation/programming/federation.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,8 @@ FedX provides various means for configuration. Configuration settings can be def
306306
|boundJoinBlockSize | Block size for bound joins, default _15_ |
307307
|enforceMaxQueryTime | Max query time in seconds, 0 to disable, default _30_ |
308308
|enableServiceAsBoundJoin | Flag for evaluating a SERVICE expression (contacting non-federation members) using vectored evaluation, default _true_. For today's endpoints it is more efficient to disable vectored evaluation of SERVICE |
309+
|includeInferredDefault | whether include inferred statements should be considered, default _true_ |
310+
|consumingIterationMax | the max number of results to be consumed by `ConsumingIteration`, default _1000_ |
309311
|debugQueryPlan | Print the optimized query execution plan to stdout, default _false_ |
310312
|enableMonitoring | Flag to enable/disable monitoring features, default _false_ |
311313
|logQueryPlan | Flag to enable/disable query plan logging via Java class _QueryPlanLog_, default _false_ |

0 commit comments

Comments
 (0)