Skip to content

Commit 0aff228

Browse files
author
James William Pye
committed
Slightly larger default chunksize.
1 parent 2a60ff9 commit 0aff228

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

postgresql/driver/pq3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ def count(self):
407407
return self._complete_message.extract_count()
408408

409409
class Chunks(Output, pg_api.Chunks):
410-
chunksize = 128
410+
chunksize = 256
411411
def _e_metas(self):
412412
yield ('chunksize', self.chunksize)
413413
yield ('type', type(self).__name__)

0 commit comments

Comments
 (0)