]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/lib/ttTeamHelper.class.php
Put environment checks into dbinstall.php.
[timetracker.git] / WEB-INF / lib / ttTeamHelper.class.php
index ed4c5195acc8f4c4c8a98e2741fd74396f438231..e76482d0c6e518fa9632cda3190e9a5a6c05e9d6 100644 (file)
@@ -758,7 +758,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;