Skip to content

Commit

Permalink
Raise default limit for api_annotations()
Browse files Browse the repository at this point in the history
  • Loading branch information
will-moore committed Jan 22, 2021
1 parent 60dece6 commit 20c437b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omeroweb/webclient/tree.py
Original file line number Diff line number Diff line change
Expand Up @@ -1967,7 +1967,7 @@ def marshal_annotations(
ns=None,
group_id=-1,
page=1,
limit=settings.PAGE,
limit=10000,
):

annotations = []
Expand Down

0 comments on commit 20c437b

Please sign in to comment.