Skip to content

Commit c28c8e9

Browse files
MeelahMejstirnaman
andauthored
Update content/shared/v3-core-get-started/_index.md
Co-authored-by: Jason Stirnaman <[email protected]>
1 parent 9c00e4b commit c28c8e9

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
@@ -329,7 +329,7 @@ For faster write responses, you can use the [`no_sync` option](#no-sync-write-op
329329
330330
##### No sync write option
331331
332-
InfluxDB provides a `no_sync` write option that allows the write request to respond faster by skipping the wait for WAL presistence. When `no_sync=true`, InfluxDB writes data to the WAL and then immediately acknowledges the write request without waiting for persistence to the Object store.
332+
InfluxDB provides a `no_sync` write option that allows the write request to respond faster by skipping the wait for WAL persistence. When `no_sync=true`, InfluxDB writes data to the WAL and then immediately acknowledges the write request without waiting for persistence to the Object store.
333333
334334
Using `no_sync=true` is best when prioritizing high-throughput writes over absolute durability.
335335

0 commit comments

Comments
 (0)