diff --git a/app/Http/Controllers/VersionController.php b/app/Http/Controllers/VersionController.php index f3ff019..b7445de 100644 --- a/app/Http/Controllers/VersionController.php +++ b/app/Http/Controllers/VersionController.php @@ -12,7 +12,7 @@ use App\Models\SiteVersion; class VersionController extends Controller { - const CACHE_TIME = 10; // Time to cache version + const CACHE_TIME = 86400; // Time to cache version const GL_PROJECT = 2; // Gitlab project number const GL_URL = 'https://dev.dege.au/api/v4'; // Gitlab URL