Skip to content

Commit 1201065

Browse files
authored
Update Overpass server URL
Preparing to decommission the overpass.osmcha.org server, which sees insignificant load now that cached augmented diffs aren't generated using Overpass queries.
1 parent 336ed56 commit 1201065

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { API_URL } from './';
44
export const PAGE_SIZE = process.env.REACT_APP_PAGE_SIZE || 25;
55
export const overpassBase =
66
process.env.REACT_APP_OVERPASS_BASE ||
7-
'//overpass.osmcha.org/api/interpreter';
7+
'https://overpass-api.de/api/interpreter';
88
export const statusUrl =
99
'https://raw.githubusercontent.com/osmcha/osmcha-frontend/status/status.json';
1010
export const enableRealChangesets = !process.env

0 commit comments

Comments
 (0)