Skip to content

Commit

Permalink
Increase cache times
Browse files Browse the repository at this point in the history
  • Loading branch information
core1024 committed Jun 8, 2023
1 parent 5c17408 commit 958cf2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions http_server.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 958cf2e

Please sign in to comment.