Drop default thread count for make-postgresql-connection-channel
At least for data deletion, 4 seems unnecessary.
This commit is contained in:
parent
54654417a3
commit
404f39a9ee
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue