X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Flib%2FttTeamHelper.class.php;h=e91a794d638b39f986aa5d1de4f9f649625c5db2;hb=61d8edb3db70bd197ed6b988727394633b0cecf9;hp=186f7a1e55fcd061a798b8ed4d919133daa3679d;hpb=5804c13dc7c50b694c51dc443599c994f1d29b66;p=timetracker.git diff --git a/WEB-INF/lib/ttTeamHelper.class.php b/WEB-INF/lib/ttTeamHelper.class.php index 186f7a1e..e91a794d 100644 --- a/WEB-INF/lib/ttTeamHelper.class.php +++ b/WEB-INF/lib/ttTeamHelper.class.php @@ -760,7 +760,7 @@ class ttTeamHelper { $count++; $inactive_teams[] = $team_id; // Limit the array size for perfomance by allowing this operation on small chunks only. - if ($count >= 25) break; + if ($count >= 100) break; } } return $inactive_teams;