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

Question: Is there any reason for the maxPending default to be 1K? #63

Open
luanmuniz opened this issue Mar 25, 2024 · 2 comments
Open

Comments

@luanmuniz
Copy link

Is there a reason for it? Why is it not Infinity?

@rogierschouten
Copy link
Owner

hard to answer, the original author is gone...

@CherryDT
Copy link

Probably because 1K pending tasks usually means a hang occured (some promise never resolved and never will), and this way it at least becomes visible. At least in my projects it always happened because of that.

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

No branches or pull requests

3 participants