add max pending writes to data config
parent
c6d57cbda3
commit
84d314c769
|
@ -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`
|
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"`
|
#### `dir = "/var/lib/influxdb/hh"`
|
||||||
|
|
||||||
The hinted handoff directory where the durable queue will be stored on disk.
|
The hinted handoff directory where the durable queue will be stored on disk.
|
||||||
|
|
Loading…
Reference in New Issue