cache resolved url for longer

This commit is contained in:
TheBeastLT
2022-03-23 09:06:37 +01:00
parent 7b38ba179d
commit f864f95ca0
2 changed files with 7 additions and 3 deletions

View File

@@ -1,6 +1,7 @@
const RESOLVER_HOST = process.env.RESOLVER_HOST || 'http://localhost:7050';
module.exports = {
RESOLVER_HOST: RESOLVER_HOST,
DOWNLOADING: `${RESOLVER_HOST}/videos/downloading_v2.mp4`,
FAILED_DOWNLOAD: `${RESOLVER_HOST}/videos/download_failed_v2.mp4`,
FAILED_ACCESS: `${RESOLVER_HOST}/videos/failed_access_v2.mp4`,