hydra nit: fix the partially outdated comment
https://github.com/NixOS/infra/commit/bf009dda#commitcomment-150896412
Vladimír Čunát committed
Jan 3, 2025 at 16:53 UTC
cffc760a101e93dc6d2ac74edc9d7cdd03ad04c3
1 file changed
+1
-1
build/hydra.nix
+1
-1
@@ -105,7 +105,7 @@ in
105
106
allow_import_from_derivation = false
107
108
- max_output_size = 3621225472 # 3 << 30 + 200000000 = 3 GiB + 0.4 GB
108
+ max_output_size = 3621225472 # 3 << 30 + 400000000 = 3 GiB + 0.4 GB
109
max_db_connections = 350
110
111
queue_runner_metrics_address = [::]:9198