Skip to content
Snippets Groups Projects
Commit 63c9d334 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

lowered cache duration

parent ccdc1917
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ use App\Models\HttpParser;
class ProxyController extends Controller
{
const PROXY_CACHE = 20; # Cache duration in minutes
const PROXY_CACHE = 5; # Cache duration in minutes
public function proxyPage(Request $request, $password, $url)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment