diff --git a/app/Helpers/Helper.php b/app/Helpers/Helper.php index 153770cd..c94d5705 100644 --- a/app/Helpers/Helper.php +++ b/app/Helpers/Helper.php @@ -393,7 +393,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 } }