@cryptotaxi247 / infra-1 / commits / 2d22a864

queue runner: listen on ipv6

Graham Christensen committed Apr 7, 2022 at 19:49 UTC 2d22a8642606c938a92448782458fce449ff3e3b
1 file changed +1 -1
delft/hydra.nix
+1 -1
@@ -60,7 +60,7 @@ in
60 max_output_size = 3221225472 # 3 << 30 = 3 GB
61 max_db_connections = 350
62
63 - queue_runner_metrics_address = 0.0.0.0:9198
63 + queue_runner_metrics_address = [::]:9198
64
65 <hydra_notify>
66 <prometheus>