Skip to content

Commit 0fc05b6

Browse files
MeelahMejstirnaman
andauthored
Update content/shared/v3-core-get-started/_index.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
1 parent c28c8e9 commit 0fc05b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/shared/v3-core-get-started/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ InfluxDB provides a `no_sync` write option that allows the write request to resp
333333
334334
Using `no_sync=true` is best when prioritizing high-throughput writes over absolute durability.
335335
336-
- 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.
336+
- 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.
337337
- With `no_sync=true`: Reduces write latency but increases the risk of data loss in case of crashes before WAL persistence.
338338
339339
###### Immediate write using the HTTP API

0 commit comments

Comments
 (0)