Skip to content
This repository has been archived by the owner on Dec 31, 2023. It is now read-only.

Commit

Permalink
Increase products per page in search page
Browse files Browse the repository at this point in the history
  • Loading branch information
hardingadonis committed Dec 7, 2023
1 parent f1720b6 commit f140daa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
@WebServlet(name = "SearchServlet", urlPatterns = {"/search"})
public class SearchServlet extends HttpServlet {

private static final int PRODUCTS_PER_PAGE = 3;
private static final int PRODUCTS_PER_PAGE = 6;
private static final int PAGES_PER_GROUP = 3;
private static final int MINIMUM_TWO_SIDE = 1;

Expand Down

0 comments on commit f140daa

Please sign in to comment.