Increased cap of tracking results
This commit is contained in:
@@ -133,7 +133,7 @@ def load_event_exhibit_obj(
|
||||
hidden: str = 'not_hidden', # hidden, not_hidden, all
|
||||
review: str = 'all', # ready, not_ready, all
|
||||
|
||||
limit: int = 100,
|
||||
limit: int = 1500,
|
||||
offset: int = 0,
|
||||
|
||||
by_alias: bool = True,
|
||||
|
||||
Reference in New Issue
Block a user