From 689d1c585c8a5a554d88883ca2db58fb45d5c2e1 Mon Sep 17 00:00:00 2001 From: "J. King" Date: Wed, 24 Jan 2018 23:42:00 -0500 Subject: [PATCH] Temporarily disable limits Real-world usage is bumping up against default limits. This disables them until a proper fix can be implemented. --- arsse.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arsse.php b/arsse.php index 6468f0b..2c2039f 100644 --- a/arsse.php +++ b/arsse.php @@ -10,6 +10,8 @@ const NS_BASE = __NAMESPACE__."\\"; require_once BASE."vendor".DIRECTORY_SEPARATOR."autoload.php"; ignore_user_abort(true); +ini_set("memory_limit", "-1"); +ini_set("max_execution_time", "0"); if (\PHP_SAPI=="cli") {