We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4014ab commit eb0895aCopy full SHA for eb0895a
1 file changed
src/simperium/channel.js
@@ -645,6 +645,10 @@ LocalQueue.prototype.resendSentChanges = function() {
645
function collectionRevisions( channel, id, callback ) {
646
var expectedVersions = -1;
647
var onGhostRetrieved = function( ghost ) {
648
+ // the default bucket options allow for storing
649
+ // the 60 most-recent revisions of a note plus
650
+ // 100 archive versions (these store one out of
651
+ // every ten versions). we'll get up to this many
652
var version = Math.min( ghost.version, 160 );
653
var i;
654
expectedVersions = version;
0 commit comments