From ed64d95eb55bab7d3ca528998f865cef23ced37b Mon Sep 17 00:00:00 2001 From: irfan-dahir Date: Mon, 30 Apr 2018 03:46:01 +0500 Subject: [PATCH] update app.php --- bootstrap/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap/app.php b/bootstrap/app.php index 290898f..f9e8b4d 100755 --- a/bootstrap/app.php +++ b/bootstrap/app.php @@ -12,7 +12,7 @@ try { /* Defines */ -define('SESSION_STORAGE_PATH', '/var/www/api.jikan/storage/app/sessions.json'); +define('SESSION_STORAGE_PATH', '/var/www/api.jikan/storage/app/sessions.json'); // depreciated. Using Redis now define('RATE_LIMIT', 5000); // per day define('CACHE_EXPIRE', 3600 * 24 * 3); // 3 days define('CACHE_EXPIRE_SEARCH', 3600 * 6); // 6 hours