You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/content/documentation/programming/federation.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -303,7 +303,7 @@ FedX provides various means for configuration. Configuration settings can be def
303
303
|joinWorkerThreads | The number of join worker threads for parallelization, default _20_|
304
304
|unionWorkerThreads | The number of union worker threads for parallelization, default _20_|
305
305
|leftJoinWorkerThreads | The number of left join worker threads for parallelization, default _10_|
306
-
|boundJoinBlockSize | Block size for bound joins, default _15_|
306
+
|boundJoinBlockSize | Block size for bound joins, default _25_|
307
307
|enforceMaxQueryTime | Max query time in seconds, 0 to disable, default _30_|
308
308
|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
309
|includeInferredDefault | whether include inferred statements should be considered, default _true_|
0 commit comments