mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-05-26 00:19:17 +08:00
修改运行时间+内存限制
This commit is contained in:
parent
d92749b7d7
commit
542ffc845d
@ -9,6 +9,9 @@ class InstallAdmin extends Migrator
|
|||||||
{
|
{
|
||||||
public function change()
|
public function change()
|
||||||
{
|
{
|
||||||
|
set_time_limit(0);
|
||||||
|
@ini_set('memory_limit', -1);
|
||||||
|
|
||||||
$this->_create_system_auth();
|
$this->_create_system_auth();
|
||||||
$this->_create_system_auth_node();
|
$this->_create_system_auth_node();
|
||||||
$this->_create_system_base();
|
$this->_create_system_base();
|
||||||
|
@ -17,6 +17,9 @@ class InstallAdminData extends Migrator
|
|||||||
*/
|
*/
|
||||||
public function change()
|
public function change()
|
||||||
{
|
{
|
||||||
|
set_time_limit(0);
|
||||||
|
@ini_set('memory_limit', -1);
|
||||||
|
|
||||||
$this->insertUser();
|
$this->insertUser();
|
||||||
$this->insertMenu();
|
$this->insertMenu();
|
||||||
$this->insertConf();
|
$this->insertConf();
|
||||||
|
@ -12,6 +12,9 @@ class InstallUser extends Migrator
|
|||||||
*/
|
*/
|
||||||
public function change()
|
public function change()
|
||||||
{
|
{
|
||||||
|
set_time_limit(0);
|
||||||
|
@ini_set('memory_limit', -1);
|
||||||
|
|
||||||
$this->_create_base_postage_company();
|
$this->_create_base_postage_company();
|
||||||
$this->_create_base_postage_region();
|
$this->_create_base_postage_region();
|
||||||
$this->_create_base_postage_template();
|
$this->_create_base_postage_template();
|
||||||
|
@ -13,6 +13,9 @@ class InstallUserData extends Migrator
|
|||||||
*/
|
*/
|
||||||
public function change()
|
public function change()
|
||||||
{
|
{
|
||||||
|
set_time_limit(0);
|
||||||
|
@ini_set('memory_limit', -1);
|
||||||
|
|
||||||
$this->insertMenu();
|
$this->insertMenu();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -14,6 +14,9 @@ class InstallUserRegion extends Migrator
|
|||||||
*/
|
*/
|
||||||
public function change()
|
public function change()
|
||||||
{
|
{
|
||||||
|
set_time_limit(0);
|
||||||
|
@ini_set('memory_limit', -1);
|
||||||
|
|
||||||
$this->installRegion();
|
$this->installRegion();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -9,6 +9,9 @@ class InstallWechat extends Migrator
|
|||||||
{
|
{
|
||||||
public function change()
|
public function change()
|
||||||
{
|
{
|
||||||
|
set_time_limit(0);
|
||||||
|
@ini_set('memory_limit', -1);
|
||||||
|
|
||||||
$this->_create_wechat_auto();
|
$this->_create_wechat_auto();
|
||||||
$this->_create_wechat_fans();
|
$this->_create_wechat_fans();
|
||||||
$this->_create_wechat_fans_tags();
|
$this->_create_wechat_fans_tags();
|
||||||
|
@ -14,6 +14,9 @@ class InstallWechatData extends Migrator
|
|||||||
*/
|
*/
|
||||||
public function change()
|
public function change()
|
||||||
{
|
{
|
||||||
|
set_time_limit(0);
|
||||||
|
@ini_set('memory_limit', -1);
|
||||||
|
|
||||||
$this->insertMenu();
|
$this->insertMenu();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -9,6 +9,9 @@ class InstallAdmin extends Migrator
|
|||||||
{
|
{
|
||||||
public function change()
|
public function change()
|
||||||
{
|
{
|
||||||
|
set_time_limit(0);
|
||||||
|
@ini_set('memory_limit', -1);
|
||||||
|
|
||||||
$this->_create_system_auth();
|
$this->_create_system_auth();
|
||||||
$this->_create_system_auth_node();
|
$this->_create_system_auth_node();
|
||||||
$this->_create_system_base();
|
$this->_create_system_base();
|
||||||
|
@ -17,6 +17,9 @@ class InstallAdminData extends Migrator
|
|||||||
*/
|
*/
|
||||||
public function change()
|
public function change()
|
||||||
{
|
{
|
||||||
|
set_time_limit(0);
|
||||||
|
@ini_set('memory_limit', -1);
|
||||||
|
|
||||||
$this->insertUser();
|
$this->insertUser();
|
||||||
$this->insertMenu();
|
$this->insertMenu();
|
||||||
$this->insertConf();
|
$this->insertConf();
|
||||||
|
@ -9,6 +9,9 @@ class InstallWechat extends Migrator
|
|||||||
{
|
{
|
||||||
public function change()
|
public function change()
|
||||||
{
|
{
|
||||||
|
set_time_limit(0);
|
||||||
|
@ini_set('memory_limit', -1);
|
||||||
|
|
||||||
$this->_create_wechat_auto();
|
$this->_create_wechat_auto();
|
||||||
$this->_create_wechat_fans();
|
$this->_create_wechat_fans();
|
||||||
$this->_create_wechat_fans_tags();
|
$this->_create_wechat_fans_tags();
|
||||||
|
@ -14,6 +14,9 @@ class InstallWechatData extends Migrator
|
|||||||
*/
|
*/
|
||||||
public function change()
|
public function change()
|
||||||
{
|
{
|
||||||
|
set_time_limit(0);
|
||||||
|
@ini_set('memory_limit', -1);
|
||||||
|
|
||||||
$this->insertMenu();
|
$this->insertMenu();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -12,6 +12,9 @@ class InstallUser extends Migrator
|
|||||||
*/
|
*/
|
||||||
public function change()
|
public function change()
|
||||||
{
|
{
|
||||||
|
set_time_limit(0);
|
||||||
|
@ini_set('memory_limit', -1);
|
||||||
|
|
||||||
$this->_create_base_postage_company();
|
$this->_create_base_postage_company();
|
||||||
$this->_create_base_postage_region();
|
$this->_create_base_postage_region();
|
||||||
$this->_create_base_postage_template();
|
$this->_create_base_postage_template();
|
||||||
|
@ -13,6 +13,9 @@ class InstallUserData extends Migrator
|
|||||||
*/
|
*/
|
||||||
public function change()
|
public function change()
|
||||||
{
|
{
|
||||||
|
set_time_limit(0);
|
||||||
|
@ini_set('memory_limit', -1);
|
||||||
|
|
||||||
$this->insertMenu();
|
$this->insertMenu();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -14,6 +14,9 @@ class InstallUserRegion extends Migrator
|
|||||||
*/
|
*/
|
||||||
public function change()
|
public function change()
|
||||||
{
|
{
|
||||||
|
set_time_limit(0);
|
||||||
|
@ini_set('memory_limit', -1);
|
||||||
|
|
||||||
$this->installRegion();
|
$this->installRegion();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user