summaryrefslogtreecommitdiff
path: root/share/www/script/test/lots_of_docs.js
diff options
context:
space:
mode:
Diffstat (limited to 'share/www/script/test/lots_of_docs.js')
-rw-r--r--share/www/script/test/lots_of_docs.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/www/script/test/lots_of_docs.js b/share/www/script/test/lots_of_docs.js
index 97ed56ac..2fe702b1 100644
--- a/share/www/script/test/lots_of_docs.js
+++ b/share/www/script/test/lots_of_docs.js
@@ -12,7 +12,7 @@
// test saving a semi-large quanitity of documents and do some view queries.
couchTests.lots_of_docs = function(debug) {
- var db = new CouchDB("test_suite_db");
+ var db = new CouchDB("test_suite_db", {"X-Couch-Full-Commit":"false"});
db.deleteDb();
db.createDb();
if (debug) debugger;