From 0b4d4a466ee04a76b489bef0352a94097bd047f9 Mon Sep 17 00:00:00 2001 From: Jason Stirnaman Date: Wed, 5 Mar 2025 14:56:01 -0600 Subject: [PATCH] Update api-docs/influxdb3/core/v3/ref.yml Co-authored-by: Trevor Hilton --- api-docs/influxdb3/core/v3/ref.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-docs/influxdb3/core/v3/ref.yml b/api-docs/influxdb3/core/v3/ref.yml index dfdf97783..51457b965 100644 --- a/api-docs/influxdb3/core/v3/ref.yml +++ b/api-docs/influxdb3/core/v3/ref.yml @@ -1450,7 +1450,7 @@ components: By default, InfluxDB writes ingested data to the WAL file and then waits for the WAL to be persistend to disk before acknowledging the write. - If `no_sync=true`, InfluxDB writes ingested data to the WAL file and the server does not wait for the write to be persisted before acknowledging the write. + If `no_sync=true`, InfluxDB validates and buffers the ingested data but the server does not wait for the WAL file to be persisted to object storage before acknowledging the write. PrecisionWriteCompatibility: enum: - ms