From 19f7bbcde5d3800439aca4934f53176a0544a5b3 Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Wed, 27 Oct 2021 21:25:46 -0400 Subject: [PATCH] Add info about using sb mirror Closes #373 --- src/routes/dumpDatabase.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/routes/dumpDatabase.ts b/src/routes/dumpDatabase.ts index ba85f00..f03446f 100644 --- a/src/routes/dumpDatabase.ts +++ b/src/routes/dumpDatabase.ts @@ -118,6 +118,12 @@ export default async function dumpDatabase(req: Request, res: Response, showPage Then, you can download the csv files below, or use the links returned from the JSON request. A dump will also be triggered by making a request to one of these urls. +

Keeping your dump up to date

+ + If you want a live dump, please do not continually fetch this url. + Please instead use the sb-mirror project. + This can automatically fetch new data and will not require a redownload each time, saving bandwith. +

Links