diff --git a/config.py b/config.py index a0fe776..c65fc3c 100644 --- a/config.py +++ b/config.py @@ -43,7 +43,7 @@ REPLICATION_SLEEP = timedelta(seconds=30) OSM_PLANET_URL = 'https://planet.openstreetmap.org/' -OSM_API_URL = 'https://www.openstreetmap.org/api/0.6/' +OSM_API_URL = 'https://api.openstreetmap.org/api/0.6/' CHANGESET_CONCURRENCY = int(os.getenv('CHANGESET_CONCURRENCY', '5')) CHANGESET_MAX_AGE = timedelta(days=180) # 6 months