Skip to content

Commit 1d64237

Browse files
authored
Update content/shared/v3-core-get-started/_index.md
1 parent 9c276ee commit 1d64237

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
@@ -340,7 +340,7 @@ The `no_sync` write option reduces latency by acknowledging write requests befor
340340
Using `no_sync=true` is best when prioritizing high-throughput writes over absolute durability.
341341
342342
- Default behavior (`no_sync=false`): Waits for data to be written to the Object store before acknowledging the write. Reduces the risk of data loss, but increases the latency of the response.
343-
- With `no_sync=true`: Reduces write latency but increases the risk of data loss in case of crashes before WAL persistence.
343+
- With `no_sync=true`: Reduces write latency, but increases the risk of data loss in case of a crash before WAL persistence.
344344
345345
###### Immediate write using the HTTP API
346346

0 commit comments

Comments
 (0)