aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-02-09 14:28:40 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-02-09 14:28:40 +0000
commitffb28e03aefcd6ae88ef68448cd7b313c1c77722 (patch)
treebce887bc8d0fe12d50b17e662835f17d8c32bb79
parent7216ffe8be85a58eedb4f1e7fe2278a89110be9d (diff)
downloadforums-ffb28e03aefcd6ae88ef68448cd7b313c1c77722.tar
forums-ffb28e03aefcd6ae88ef68448cd7b313c1c77722.tar.gz
forums-ffb28e03aefcd6ae88ef68448cd7b313c1c77722.tar.bz2
forums-ffb28e03aefcd6ae88ef68448cd7b313c1c77722.tar.xz
forums-ffb28e03aefcd6ae88ef68448cd7b313c1c77722.zip
grrr
git-svn-id: file:///svn/phpbb/trunk@6976 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r--phpBB/includes/functions_convert.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/includes/functions_convert.php b/phpBB/includes/functions_convert.php
index a0b8740a7d..ee97dcb3ab 100644
--- a/phpBB/includes/functions_convert.php
+++ b/phpBB/includes/functions_convert.php
@@ -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 ($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
// $max_execution_time = 10;