summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorChristopher Lenz <cmlenz@apache.org>2008-06-23 20:36:11 +0000
committerChristopher Lenz <cmlenz@apache.org>2008-06-23 20:36:11 +0000
commit438c9cf20e28662d0f2c6a9b9228a98f886c59a8 (patch)
treec493d11c1d5ce4595dbf1abaea5a74fd17326054 /share
parent309823b832568946760dc69e3ceca4008b648370 (diff)
Create more docs in the database for the compaction test, so that the difference between non-compacted and compacted on-disk size of the database is actually noticeable on file systems with larger block sizes.
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@670738 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 e35dfa66..c8884252 100644
--- a/share/www/script/couch_tests.js
+++ b/share/www/script/couch_tests.js
@@ -1146,7 +1146,7 @@ var tests = {
db.deleteDb();
db.createDb();
if (debug) debugger;
- var docs = makeDocs(0, 10);
+ var docs = makeDocs(0, 25);
var saveResult = db.bulkSave(docs);
T(saveResult.ok);