mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
- cron now uses a locking variable to make sure it does not spawn too many webserver processes [Bug #12741]
git-svn-id: file:///svn/phpbb/trunk@7947 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -1233,6 +1233,7 @@ if (version_compare($current_version, '3.0.RC3', '<='))
|
||||
$db->sql_query($sql);
|
||||
|
||||
set_config('allow_birthdays', '1');
|
||||
set_config('cron_lock', '0', true);
|
||||
}
|
||||
|
||||
_write_result($no_updates, $errored, $error_ary);
|
||||
|
Reference in New Issue
Block a user