]> andersk Git - sql-web.git/blobdiff - cron/checkProcesses.php
signup exits rather than die'ing
[sql-web.git] / cron / checkProcesses.php
index a98a86589dca97798ca4e8a30648dd40c4645f03..a33e9694adf1418f8b38d92350dcd95a303124d6 100755 (executable)
@@ -5,7 +5,7 @@ require_once('mitsql.cfg.php');
 require_once('mitsql.lib.php');
 isOffline() && exit;
 
-define('MAX_PROC_TIME', 20);
+define('MAX_PROC_TIME', 10);
 
 $baddbs = $badusers = $bad = array();
 $result = mysql_query('SHOW FULL PROCESSLIST');
This page took 0.024881 seconds and 4 git commands to generate.