add max pending writes to data config

pull/1387/head
Kelly 2020-09-01 15:10:09 -07:00 committed by Scott Anderson
parent c6d57cbda3
commit 84d314c769
1 changed files with 6 additions and 0 deletions

View File

@ -517,6 +517,12 @@ The maximum number of bytes to write to a shard in a single request.
Environment variable: `INFLUXDB_HINTED_HANDOFF_BATCH_SIZE`
#### `max-pending-writes = 1024`
The maximum number of incoming pending writes allowed in the hinted handoff queue.
Environment variable: `INFLUXDB_HINTED_HANDOFF_MAX_PENDING_WRITES`
#### `dir = "/var/lib/influxdb/hh"`
The hinted handoff directory where the durable queue will be stored on disk.