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
Jeffrey Smith II 2023-01-13 12:28:32 -05:00 committed by GitHub
parent f431862a4a
commit 958603286a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -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 |
| :------------------- | :------------------------- | :----------------- |