Force add resources parallelism to 1 for some resource pools

This'll be the default in coming revisions of knots, and is neccessary for
pools being used to share a single object.
This commit is contained in:
Christopher Baines 2025-02-02 01:23:49 +01:00
parent 8bce47dc69
commit 49f9aa4822

View file

@ -1885,6 +1885,7 @@ SELECT 1 FROM derivation_source_file_nars WHERE derivation_source_file_id = $1"
db-conn)
1
#:destructor (const #t) ; TODO Remove
#:add-resources-parallelism 1 ; TODO Remove
#:name "postgres"
#:min-size 0))
@ -2231,6 +2232,7 @@ SELECT 1 FROM derivation_source_file_nars WHERE derivation_source_file_id = $1"
(const channel-instances-conn)
1
#:destructor (const #t) ; TODO Remove
#:add-resources-parallelism 1 ; TODO Remove
#:name "postgres"
#:min-size 0)))