mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-25 19:38:53 +00:00
grrr
git-svn-id: file:///svn/phpbb/trunk@6976 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
7216ffe8be
commit
ffb28e03ae
1 changed files with 2 additions and 2 deletions
|
@ -34,10 +34,10 @@ function still_on_time()
|
||||||
// If zero, then set to something higher to not let the user catch the ten seconds barrier.
|
// If zero, then set to something higher to not let the user catch the ten seconds barrier.
|
||||||
if ($max_execution_time === 0)
|
if ($max_execution_time === 0)
|
||||||
{
|
{
|
||||||
$max_execution_time = 250;
|
$max_execution_time = 65;
|
||||||
}
|
}
|
||||||
|
|
||||||
$max_execution_time = min(max(10, ($max_execution_time - 15)), 250);
|
$max_execution_time = min(max(10, ($max_execution_time - 15)), 50);
|
||||||
|
|
||||||
// For debugging purposes
|
// For debugging purposes
|
||||||
// $max_execution_time = 10;
|
// $max_execution_time = 10;
|
||||||
|
|
Loading…
Add table
Reference in a new issue