Skip to content

Conversation

@ElliotFrancisHunter
Copy link
Contributor

This is a backport fix for: https://issues.couchbase.com/browse/DOC-11828

It will apply to Sync-Gateway versions 3.1, 3.0 and 2.8.

Formula is presented as:
(doc_size * updates_per_day * 86400) / rev_max_age_seconds
when it should be:

(doc_size * updates_per_day * rev_max_age_seconds) / 86400

@ElliotFrancisHunter ElliotFrancisHunter added bug Something isn't working docs labels Jan 31, 2024
@ElliotFrancisHunter ElliotFrancisHunter requested review from a team, bbrks and osfameron January 31, 2024 14:16
@ElliotFrancisHunter ElliotFrancisHunter self-assigned this Jan 31, 2024
@ElliotFrancisHunter ElliotFrancisHunter merged commit 7bfb90e into release/3.1 Feb 1, 2024
@ElliotFrancisHunter ElliotFrancisHunter deleted the DOC-11828-fix-sizing-formula branch February 1, 2024 14:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working docs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants