{
   "interface":":4980",
   "adminInterface":":4981",
   "log":["CRUD", "REST"],
   "databases":{
      "db_5_29_14":{
         "revs_limit" : 50,
         "server":"http://localhost:8091",
         "bucket":"5_29_14",
         "sync":`function(doc) { channel(doc.channels); }`
      }
   }
}
On Aug 29, 2014, at 11:38 AM, Chris Fuentes <ch...@crowdcomfort.com> wrote:It has been running with this config for about 2 months, yet I see at least one document that has in excess of 3,000 revs (the doc itself is nearly 16,000 lines long, mostly because of revision metadata).
I could be imagining things but there seems to be a slight lag whenever interacting with these docs.
How is 'revs_limit' supposed to work?
On Aug 30, 2014, at 2:56 PM, Chris Fuentes <ch...@crowdcomfort.com> wrote:So I am looking at the example document in the Couchbase Server bucket directly, and it is in fact quite long. It gets updated almost daily (this is my personal 'user document' which I modify quite often daily as part of app testing).