Skip to content

Commit e29b100

Browse files
authoredNov 30, 2016
Merge pull request #707 from lucafavatella/patch-2
Link yz config schema in batching doc
2 parents fe7cdb1 + 8f44084 commit e29b100

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/BATCHING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Using this command will only temporarily enable or disable distributed query unt
106106

107107
## Configuration
108108

109-
The behavior of the batching subsystem may be controlled via the following Cuttlefish configuration parameters, as defined in `riak.conf`. Consult the Cuttlefish schema (TODO add link) for the associated configuration settings in the Riak `advanced.config` file.
109+
The behavior of the batching subsystem may be controlled via the following Cuttlefish configuration parameters, as defined in `riak.conf`. Consult [the Cuttlefish schema](/priv/yokozuna.schema) for the associated configuration settings in the Riak `advanced.config` file.
110110

111111
* `search.queue.batch.minimum` (default: 10) The minimum batch size, in number of Riak objects. Any batches that are smaller than this amount will not be immediately flushed to Solr, but are guaranteed to be flushed within the value specified in `search.queue.batch.flush_interval`.
112112

0 commit comments

Comments
 (0)
Please sign in to comment.