Upgrade procedures max execution time for this version rised to 900s due to WAMP...
[fa-stable.git] / sql / alter2.4.php
index 61b47ffa810c4dc047ab45ea2e235385808fda2a..e2cbf7c9f6cb80402f23525f2bfb6807e7b93c35 100644 (file)
@@ -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();