Reverting sentence delete to note section

pull/5861/head
meelahme 2025-02-27 18:18:23 -08:00
parent 826c98787f
commit 8c5aeb0240
1 changed files with 1 additions and 1 deletions

View File

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