From: Janusz Dobrowolski Date: Sun, 21 Feb 2016 11:51:03 +0000 (+0100) Subject: Upgrade procedures max execution time for this version rised to 900s due to WAMP... X-Git-Tag: v2.4.2~19^2~56 X-Git-Url: https://delta.frontaccounting.com/gitweb/?p=fa-stable.git;a=commitdiff_plain;h=810dc9bc1ba0292213c8014dfc713aa00bb704f7 Upgrade procedures max execution time for this version rised to 900s due to WAMP performance problems. --- diff --git a/sql/alter2.4.php b/sql/alter2.4.php index 61b47ffa..e2cbf7c9 100644 --- a/sql/alter2.4.php +++ b/sql/alter2.4.php @@ -16,6 +16,7 @@ class fa2_4 extends fa_patch { var $description; var $sql = 'alter2.4.sql'; var $preconf = true; + var $max_upgrade_time = 900; // table recoding is really long process function fa2_4() { parent::fa_patch(); diff --git a/sql/alter2.4rc1.php b/sql/alter2.4rc1.php index 05905658..93464054 100644 --- a/sql/alter2.4rc1.php +++ b/sql/alter2.4rc1.php @@ -16,6 +16,7 @@ class fa2_4rc1 extends fa_patch { var $description; var $sql = ''; // 'alter2.4rc1.sql'; var $preconf = true; + var $max_upgrade_time = 900; // table recoding is really long process function fa2_4rc1() { parent::fa_patch();