hydra: set max_db_connections to 350, making the # of concurrent DB connections higher than the # of possible builds
hydra: set max_db_connections to 350, making the # of concurrent DB connections higher than the # of possible builds
Eelco Dolstra committed
Mar 19, 2022 at 16:51 UTC
511f482051582b6005c191e9ad273e06354aa570
1 file changed
+1
delft/hydra.nix
+1
@@ -58,6 +58,7 @@ in
58
allow_import_from_derivation = false
59
60
max_output_size = 3221225472 # 3 << 30 = 3 GB
61
+ max_db_connections = 350
62
63
<hydra_notify>
64
<prometheus>