You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/revisions.adoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -212,16 +212,16 @@ When executing a write operation with delta_sync enabled the revision body is ba
212
212
As a result, new deltas can only be generated for read requests that come in within the {configuration-schema-database--xref--delta-sync-max-age} time window.
213
213
214
214
Storing backed up revision bodies for delta sync incurs additional bucket storage, the size of which equates to: +
215
-
`(doc_size * updates_per_day * 86400) / rev_max_age_seconds` -- see <<ex-deltastor>>.
215
+
`(doc_size * updates_per_day * rev_max_age_seconds) / 86400` -- see <<ex-deltastor>>.
216
216
217
217
[#ex-deltastor]
218
218
.Calculating Additional Delta-Sync Storage
219
219
====
220
220
Enabling delta sync would take up an additional 400 KB of storage on Couchbase Server, assuming:
0 commit comments