From 438c9cf20e28662d0f2c6a9b9228a98f886c59a8 Mon Sep 17 00:00:00 2001 From: Christopher Lenz Date: Mon, 23 Jun 2008 20:36:11 +0000 Subject: 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 --- share/www/script/couch_tests.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share') 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); -- cgit v1.2.3