Skip to content

Commit

Permalink
Formatting corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
vaibhavatlan committed Dec 11, 2024
1 parent 6d0926b commit 930de92
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyatlan/client/asset.py
Original file line number Diff line number Diff line change
Expand Up @@ -1793,7 +1793,8 @@ class IndexSearchResults(SearchResults, Iterable):
query.
"""

_MASS_EXTRACT_THRESHOLD = 99700 #Note 100000(_MASS_EXTRACT_THRESHOLD) - 300(default page size)
DEFAULT_PAGE_SIZE = 300
_MASS_EXTRACT_THRESHOLD = 100000 - DEFAULT_PAGE_SIZE

def __init__(
self,
Expand Down

0 comments on commit 930de92

Please sign in to comment.