From 52f7cacfd86a254bc7a057f47e926006c997e6f1 Mon Sep 17 00:00:00 2001 From: Tb Fajri Date: Thu, 11 Jan 2024 12:54:59 +0700 Subject: [PATCH] update --- app/Helpers/Helper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Helpers/Helper.php b/app/Helpers/Helper.php index 267e05ea..01871237 100644 --- a/app/Helpers/Helper.php +++ b/app/Helpers/Helper.php @@ -389,7 +389,7 @@ class Helper ini_set('max_execution_time', '-1'); // Waktu untuk execution suatu function atau script ini_set('post_max_size', '32M'); // Batas post Yang di Upload ini_set('upload_max_filesize', '10M'); // Batas File yang di Upload - ini_set('max_input_time ', '120'); // Batas max time menunggu input max 5 menit + ini_set('max_input_time ', '-1'); // Batas max time menunggu input max 5 menit } }