From 6baf1a96eab3ceee238bf94c8face502aafc9918 Mon Sep 17 00:00:00 2001 From: Erreur32 Date: Tue, 4 May 2021 15:18:29 +0200 Subject: [PATCH] Update 'mods.php' --- mods.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mods.php b/mods.php index 39a3255..011fe31 100644 --- a/mods.php +++ b/mods.php @@ -7,6 +7,9 @@ ini_set('display_errors', 'on'); error_reporting(E_ALL); // Display all types of error +ini_set('max_execution_time', 2); //300 seconds = 5 minutes +ini_set('default_socket_timeout', 2); // 100 seconds = 1 Minutes 40 sec + include_once('config/config.php');