From 8c5aeb024015105a6cca5825055b5d6c92e4adf6 Mon Sep 17 00:00:00 2001 From: meelahme Date: Thu, 27 Feb 2025 18:18:23 -0800 Subject: [PATCH] Reverting sentence delete to note section --- content/shared/v3-core-get-started/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/shared/v3-core-get-started/_index.md b/content/shared/v3-core-get-started/_index.md index 3e0514eca..b130df955 100644 --- a/content/shared/v3-core-get-started/_index.md +++ b/content/shared/v3-core-get-started/_index.md @@ -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