1
0
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:
Nils Adermann
2007-07-25 17:58:39 +00:00
parent 4ca00cba39
commit d54b42a04b
3 changed files with 34 additions and 0 deletions

View File

@@ -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);