chore: defaults were not accurate for several config options (#4685)
* chore: defaults were not accurate for several config options * Apply suggestions from code review Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>pull/4693/head
parent
f431862a4a
commit
958603286a
|
@ -1289,8 +1289,9 @@ pprof-disabled = true
|
|||
|
||||
### query-concurrency
|
||||
Number of queries allowed to execute concurrently.
|
||||
Setting to `0` allows an unlimited number of concurrent queries.
|
||||
|
||||
**Default:** `10`
|
||||
**Default:** `0`
|
||||
|
||||
| influxd flag | Environment variable | Configuration key |
|
||||
| :-------------------- | :-------------------------- | :------------------ |
|
||||
|
@ -1482,8 +1483,9 @@ query-memory-bytes = 10485760
|
|||
### query-queue-size
|
||||
Maximum number of queries allowed in execution queue.
|
||||
When queue limit is reached, new queries are rejected.
|
||||
Setting to `0` allows an unlimited number of queries in the queue.
|
||||
|
||||
**Default:** `10`
|
||||
**Default:** `0`
|
||||
|
||||
| influxd flag | Environment variable | Configuration key |
|
||||
| :------------------- | :------------------------- | :----------------- |
|
||||
|
|
Loading…
Reference in New Issue