Add reference to "sizes" documentation

This commit is contained in:
Johan Wikman
2017-01-23 10:28:28 +02:00
parent 806a25167a
commit 31227e526b

View File

@ -140,10 +140,11 @@ a slave by MariaDB MaxScale when that slave is lagging behind the master. In
this situation the slave is said to be in "catchup mode", this parameter is this situation the slave is said to be in "catchup mode", this parameter is
designed to both prevent flooding of that slave and also to prevent threads designed to both prevent flooding of that slave and also to prevent threads
within MariaDB MaxScale spending disproportionate amounts of time with slaves within MariaDB MaxScale spending disproportionate amounts of time with slaves
that are lagging behind the master. The burst size can be defined in Kb, Mb or that are lagging behind the master. The burst size can be provided as specified
Gb by adding the qualifier K, M or G to the number given. The default value of [here](../Getting-Started/Configuration-Guide.md#sizes), except that IEC
burstsize is 1Mb and will be used if burstsize is not given in the router binary prefixes can be used as suffixes only from MaxScale 2.1 onwards.
options. The default value is `1M`, which will be used if `burstsize` is not provided in
the router options.
### `mariadb10-compatibility` ### `mariadb10-compatibility`