Drop default thread count for make-postgresql-connection-channel

At least for data deletion, 4 seems unnecessary.
This commit is contained in:
Christopher Baines 2020-10-01 19:41:13 +01:00
parent 54654417a3
commit 404f39a9ee

View file

@ -74,7 +74,7 @@
(define* (make-postgresql-connection-channel name (define* (make-postgresql-connection-channel name
#:key #:key
(statement-timeout #f) (statement-timeout #f)
(threads 4)) (threads 2))
(parameterize (((@@ (fibers internal) current-fiber) #f)) (parameterize (((@@ (fibers internal) current-fiber) #f))
(let ((channel (make-channel))) (let ((channel (make-channel)))
(for-each (for-each