From 3060d42a05ed0a9953c7a15b87470a6bbe68028c Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Thu, 6 Oct 2022 12:40:40 +0900 Subject: [PATCH] Update proxytest.php --- proxytest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/proxytest.php b/proxytest.php index 5ea7b4c..f60746e 100644 --- a/proxytest.php +++ b/proxytest.php @@ -4,6 +4,7 @@ // 2022-10-06 ini_set("default_socket_timeout", 1); // must be. because of `feof()` works +ini_set("max_execution_time", 0); $data = json_decode(file_get_contents('php://input'), true);