diff --git a/docs/configuration.md b/docs/configuration.md index 9c95f4536..240ac11e2 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -155,6 +155,7 @@ The config file is in the [toml format](https://github.com/toml-lang/toml) and h * Flag: `--max-file-count=1000000` * Env: `PILOSA_MAX_FILE_COUNT=1000000` * Config: + ```toml max-file-count = 1000000 ``` @@ -213,6 +214,7 @@ The config file is in the [toml format](https://github.com/toml-lang/toml) and h * Flag: `--gossip.key="/var/secret/gossip.key32"` * Env: `PILOSA_GOSSIP_KEY="/var/secret/gossip.key32"` * Config: + ```toml [gossip] key = "/var/secret/gossip.key32" @@ -420,6 +422,7 @@ The config file is in the [toml format](https://github.com/toml-lang/toml) and h * Flag: `--profile.block-rate=10000000` * Env: `PILOSA_PROFILE_BLOCK_RATE=10000000` * Config: + ```toml [profile] block-rate = 10000000 @@ -432,6 +435,7 @@ The config file is in the [toml format](https://github.com/toml-lang/toml) and h * Flag: `--profile.mutex-fraction=100` * Env: `PILOSA_PROFILE_MUTEX_FRACTION=100` * Config: + ```toml [profile] mutex-fraction = 100 diff --git a/docs/query-language.md b/docs/query-language.md index 0064401cc..c5500104c 100644 --- a/docs/query-language.md +++ b/docs/query-language.md @@ -874,7 +874,7 @@ combinations for which the count is greater than 0. The optional `filter` argument takes any type of `Row` query (e.g. Row, Union, Intersect, etc.) which will be intersected with each result prior to returning - the count. This is analagous to a WHERE clause applied to a relational GROUP BY + the count. This is analogous to a WHERE clause applied to a relational GROUP BY query. The optional `limit` argument limits the number of results returned. The results