mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
cache resolved url for longer
This commit is contained in:
@@ -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`,
|
||||
|
||||
Reference in New Issue
Block a user