pouchdb / npm-browser

npm in your browser. Because why not. (UNMAINTAINED)
http://www.npm-browser.com
34 stars 7 forks source link

Can't fully replicate in Chrome #6

Closed nolanlawson closed 10 years ago

nolanlawson commented 10 years ago

With both WebSQL and IndexedDB, Chrome stops replicating after about 95% with no error message. Seems there's a hard storage limit in Chrome, since it works in Firefox and Safari.

I'm thinking we need a Pouch plugin called FilterPouch that applies a transform to all incoming and outgoing documents. We can then implement compression on top of that, or maybe just omit the fields we don't need. (NPM has a shit-ton of metadata that is not strictly required for a web UI.)

nolanlawson commented 10 years ago

Nice, fixed by using filter-pouch.