mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-01-11 22:40:31 +00:00
Increase cache times
This commit is contained in:
parent
5c17408b20
commit
958cf2edba
1 changed files with 2 additions and 2 deletions
|
|
@ -2,8 +2,8 @@
|
|||
|
||||
// Copyright (C) 2017-2023 Smart code 203358507
|
||||
|
||||
const INDEX_CACHE = 1600;
|
||||
const ASSETS_CACHE = 3600;
|
||||
const INDEX_CACHE = 7200;
|
||||
const ASSETS_CACHE = 2629744;
|
||||
const HTTP_PORT = 8080;
|
||||
|
||||
const express = require('express');
|
||||
|
|
|
|||
Loading…
Reference in a new issue