I got a ~10k entries(~30Mo, no attachment) database in my couchDB.
Using Pouchdb browser-side, when replicating from couch, it takes really a while to complete...
What surprise me is the amount of requests my couch receives during it (thousands!, I guess as many as documents) — is that normal ?
Is there a way to "bulk" those requests and generally accelerate the replicating process ?
Thank you.