Skip to content

Commit

Permalink
Reduce default search limit
Browse files Browse the repository at this point in the history
  • Loading branch information
breuleux committed Apr 15, 2024
1 parent 58132c5 commit dfa8a76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paperoni/webapp/search.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ async def app(page, box):
db,
q,
dict(page.query_params),
defaults={"validation": "validated"},
defaults={"validation": "validated", "limit": 100},
)
box.print(gui)
box.print(area)
Expand Down

0 comments on commit dfa8a76

Please sign in to comment.