Skip to content

Commit

Permalink
limit 250
Browse files Browse the repository at this point in the history
  • Loading branch information
mstuder committed Mar 6, 2023
1 parent e36eb1d commit 38193d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/Adapters/Handlers/MysqlSourceQueryHandler.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export class MysqlSourceQueryHandler {
});
}

query += " where (type = 'crs' or type = 'cat') and deleted is null ORDER BY path LIMIT 800;"; //todo
query += " where (type = 'crs' or type = 'cat') and deleted is null ORDER BY path LIMIT 250;"; //todo

const [rows] = await this.pool.query(query);
return rows;
Expand Down

0 comments on commit 38193d7

Please sign in to comment.