Update api-docs/influxdb3/core/v3/ref.yml

Co-authored-by: Trevor Hilton <trevor.hilton@gmail.com>
pull/5870/head
Jason Stirnaman 2025-03-05 14:56:01 -06:00 committed by GitHub
parent 6698e96625
commit 0b4d4a466e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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. 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: PrecisionWriteCompatibility:
enum: enum:
- ms - ms