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