Fix another hasty commit erroneously containing a for-tests change.

This commit is contained in:
Dimitri Fontaine 2014-01-23 23:29:27 +01:00
parent b374d4bc8b
commit e8fcb15c27

View File

@ -56,7 +56,7 @@
;;; ;;;
;;; How to split batches in case of data loading errors. ;;; 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") "How many rows to batch per COPY transaction")
;;; ;;;