From e8fcb15c27e644f5fc827d6d75497f5a01ea60d3 Mon Sep 17 00:00:00 2001 From: Dimitri Fontaine Date: Thu, 23 Jan 2014 23:29:27 +0100 Subject: [PATCH] Fix another hasty commit erroneously containing a for-tests change. --- src/params.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/params.lisp b/src/params.lisp index bc7b0be..5c26d31 100644 --- a/src/params.lisp +++ b/src/params.lisp @@ -56,7 +56,7 @@ ;;; ;;; How to split batches in case of data loading errors. ;;; -(defparameter *copy-batch-rows* 2500 +(defparameter *copy-batch-rows* 25000 "How many rows to batch per COPY transaction") ;;;