MCPcopy Create free account
hub / github.com/couchbase/sync_gateway / deltaSyncEnabled

Method deltaSyncEnabled

db/database_collection.go:190–192  ·  view source on GitHub ↗

deltaSyncEnabled returns true if delta sync is enabled. This is controlled at the database level.

()

Source from the content-addressed store, hash-verified

188
189// deltaSyncEnabled returns true if delta sync is enabled. This is controlled at the database level.
190func (c *DatabaseCollection) deltaSyncEnabled() bool {
191 return c.dbCtx.Options.DeltaSyncOptions.Enabled
192}
193
194// deltaSyncRevMaxAgeSeconds is the number of seconds that old revisions will be in memory. This is controlled at database level.
195func (c *DatabaseCollection) deltaSyncRevMaxAgeSeconds() uint32 {

Callers 3

backupRevisionJSONMethod · 0.80
postWriteUpdateHLVMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected