From 6de26ecbae46dc5d0cca2e265ef1c82417902505 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 21 Oct 2021 08:55:39 +0100 Subject: [PATCH] Use saner bandwidth limits for nominatim --- src/nominatim.openstreetmap.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/nominatim.openstreetmap.yml b/src/nominatim.openstreetmap.yml index 730ab3e..edd1825 100644 --- a/src/nominatim.openstreetmap.yml +++ b/src/nominatim.openstreetmap.yml @@ -5,7 +5,7 @@ amsterdam: - 2217359 - 2217360 colour: "#8dd3c7" - bandwidth: 20000 + bandwidth: 0.01 ipv4: 130.117.76.9 ipv6: 2001:978:2:2c::172:9 default: "xx" @@ -17,7 +17,7 @@ slough: - 2217363 - 2217364 colour: "#bebada" - bandwidth: 2000 + bandwidth: 0.001 ipv4: 193.60.236.18 default: "xx" @@ -28,7 +28,7 @@ corvallis: - 5769055 - 5769056 colour: "#ffffb3" - bandwidth: 20000 + bandwidth: 0.01 ipv4: 140.211.167.100 ipv6: 2605:bc80:3010:700::8cd3:a764 default: "xx" -- 2.43.2