Merge remote-tracking branch 'upstream/master'
[timetracker.git] / WEB-INF / lib / ttTeamHelper.class.php
index 186f7a1..e91a794 100644 (file)
@@ -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;