Skip to content

Commit

Permalink
Merge pull request #707 from lucafavatella/patch-2
Browse files Browse the repository at this point in the history
Link yz config schema in batching doc
  • Loading branch information
JeetKunDoug authored Nov 30, 2016
2 parents fe7cdb1 + 8f44084 commit e29b100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/BATCHING.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ Using this command will only temporarily enable or disable distributed query unt

## Configuration

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.
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.

* `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`.

Expand Down

0 comments on commit e29b100

Please sign in to comment.