Skip to content

Commit

Permalink
updated search limit
Browse files Browse the repository at this point in the history
  • Loading branch information
khoroshevskyi committed Jan 7, 2025
1 parent a0ba1a3 commit 8b67bd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bedboss/bbuploader/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def upload_all(
None, help="The latest date when opep was updated [Default: today's date]"
),
search_limit: int = typer.Option(
10, help="Limit of projects to be searched. [Default: 10]"
50, help="Limit of projects to be searched. [Default: 10]"
),
search_offset: int = typer.Option(
0, help="Limit of projects to be searched. [Default: 0]"
Expand Down

0 comments on commit 8b67bd4

Please sign in to comment.