Skip to content

Commit

Permalink
Fix: Remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmvd committed Jan 21, 2025
1 parent bb55c45 commit b1daa8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dftimewolf/lib/collectors/timesketch.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ def _GetSearchResults(self) -> pd.DataFrame:
else:
label_chip.label = label
search_obj.add_chip(label_chip)

# Timesketch API returns a max of 10000 results by default
if search_obj.expected_size > 10000:
search_obj.max_entries = search_obj.expected_size + 1
Expand Down

0 comments on commit b1daa8f

Please sign in to comment.