summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorDamien F. Katz <damien@apache.org>2008-04-04 03:11:40 +0000
committerDamien F. Katz <damien@apache.org>2008-04-04 03:11:40 +0000
commita124a675d3ef148fa5b74eb3d929542b8e96bba8 (patch)
treedac2eb417a358559ae6087dc990f73f2dd247a42 /share
parentafaa5d561826ccf7cab4fde2af9ad39d32ea4d0d (diff)
dial back docs generate for lots of docs test
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@644594 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'share')
-rw-r--r--share/www/script/couch_tests.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/www/script/couch_tests.js b/share/www/script/couch_tests.js
index d1c93dd8..208f8d86 100644
--- a/share/www/script/couch_tests.js
+++ b/share/www/script/couch_tests.js
@@ -191,7 +191,7 @@ var tests = {
// keep number lowish for now to keep tests fasts. Crank up manually to
// to really test.
- var numDocsToCreate = 5000;
+ var numDocsToCreate = 500;
for(var i=0; i < numDocsToCreate; i += 100) {
var createNow = Math.min(numDocsToCreate - i, 100);