a.binder 7 years ago
parent
commit
91cc0d7047
1 changed files with 2 additions and 2 deletions
  1. 2 2
      SE/se-lib/Route/UrlAction/BiAuditGraph.php

+ 2 - 2
SE/se-lib/Route/UrlAction/BiAuditGraph.php

@@ -447,8 +447,8 @@ class Route_UrlAction_BiAuditGraph extends RouteBase {
 				left join `{$allTables['Point']}` as t_Point on ( t_Point.ID = r_Path_to_Point.REMOTE_PRIMARY_KEY )
 				{$sqlFromJoin}
 			where t_Raport.ID = {$raportId}
-			limit 300
-		"; //TODO DEBUG LIMIT OPTIMALIZATION - HANGS 
+			
+		"; //TODO DEBUG LIMIT OPTIMALIZATION - HANGS limit 300
 		return DB::getPDO()->fetchAll($sql);
 	}