Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(censys): Add limit to search results #900

Merged
merged 2 commits into from
Oct 29, 2021

Conversation

thehappydinoa
Copy link
Contributor

Added a limit to prevent infinite loop that was preventing the return of results.

Closes #865

@L1ghtn1ng
Copy link
Collaborator

Thanks for this, is it possible to have a higher limit or is that the max you can have?

@thehappydinoa
Copy link
Contributor Author

Before it was set to infinity and I just put 100 as a placeholder, but I believe it gets overridden by the main limit of 500.

@L1ghtn1ng
Copy link
Collaborator

You can actually overide what the default is. The way to set a limit without it getting overridden can be seen in the intelx module

@L1ghtn1ng L1ghtn1ng merged commit 001001e into laramies:master Oct 29, 2021
@L1ghtn1ng
Copy link
Collaborator

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] censys module broken
2 participants