Replaced de1 with de2
Re-enable back de1 on December 1 Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
parent
e969d97dee
commit
f21651f4cf
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ export async function handleRequest(request: Request) {
|
|||
break;
|
||||
default:
|
||||
// Every other continent + Tor networks.
|
||||
servers = [SERVER.planet, SERVER.uk1, SERVER.nl1, SERVER.fi1, SERVER.de1].filter((server) =>
|
||||
servers = [SERVER.planet, SERVER.uk1, SERVER.nl1, SERVER.fi1, SERVER.de2].filter((server) =>
|
||||
server.dataVersions.includes(dataVersion),
|
||||
);
|
||||
// Only fallback to the archive in the US if nothing was found closer.
|
||||
|
|
Loading…
Add table
Reference in a new issue