Reverting sentence delete to note section
parent
826c98787f
commit
8c5aeb0240
|
@ -324,7 +324,7 @@ For more information, see [diskless architecture](#diskless-architecture).
|
|||
> [!Note]
|
||||
> ##### Write requests return after WAL flush
|
||||
>
|
||||
> Because InfluxDB sends a write response after the WAL file has been flushed to the configured object store (default is every second), individual write requests might not complete quickly, but you can make many concurrent requests to achieve higher total throughput.
|
||||
> Because InfluxDB sends a write response after the WAL file has been flushed to the configured object store (default is every second), individual write requests might not complete quickly, but you can make many concurrent requests to achieve higher total throughput. Future enhancements will include an API parameter that lets requests return without waiting for the WAL flush.
|
||||
|
||||
##### No sync write option
|
||||
|
||||
|
|
Loading…
Reference in New Issue