mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-09 07:47:00 +02:00
Fix another hasty commit erroneously containing a for-tests change.
This commit is contained in:
parent
b374d4bc8b
commit
e8fcb15c27
@ -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")
|
||||||
|
|
||||||
;;;
|
;;;
|
||||||
|
Loading…
Reference in New Issue
Block a user