diff --git a/content/shared/v3-core-get-started/_index.md b/content/shared/v3-core-get-started/_index.md index bd1bc9d71..ba5e6250a 100644 --- a/content/shared/v3-core-get-started/_index.md +++ b/content/shared/v3-core-get-started/_index.md @@ -333,7 +333,7 @@ InfluxDB provides a `no_sync` write option that allows the write request to resp Using `no_sync=true` is best when prioritizing high-throughput writes over absolute durability. -- Default behavior(`no_sync=false`): Waits for data to be written to disk before acknowledging writes. This reduces the risk of data loss but increases latency for writes. +- Default behavior (`no_sync=false`): Waits for data to be written to disk before acknowledging writes. This reduces the risk of data loss but increases latency for writes. - With `no_sync=true`: Reduces write latency but increases the risk of data loss in case of crashes before WAL persistence. ###### Immediate write using the HTTP API