We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c697dc commit 288714dCopy full SHA for 288714d
tests/performance/perf.basics.js
@@ -254,6 +254,12 @@ module.exports = function (PouchDB, callback) {
254
assertions: 1,
255
iterations: 0,
256
setup: function (localDB, callback) {
257
+ // The NPM registry is a couchdb database. "skimdb" is the NPM
258
+ // registry, minus the actual packages, found at
259
+ // https://skimdb.npmjs.com/registry, and an example of a real, public
260
+ // db with a lot of docs.
261
+ // FIXME this mirror is currently down, as is iriscouch.com; find an
262
+ // alternative mirror.
263
var remoteCouchUrl = "http://skimdb.iriscouch.com/registry";
264
var remoteDB = new PouchDB(remoteCouchUrl, {
265
ajax: {pool: {maxSockets: 15}}
0 commit comments