Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upProcess hangs with refreshIdle: false #148
Comments
sandfox
added
the
bug
label
Aug 10, 2016
sandfox
self-assigned this
Aug 10, 2016
sandfox
added
the
confirmed
label
Aug 10, 2016
sandfox
added
the
v2.4
label
Nov 6, 2016
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
sandfox
Nov 12, 2016
Collaborator
The documentation around refreshIdle (and it's name) is a little unclear. What it really means is "should I timeout resources which are part of the min pool size"
It doesn't turn off/on the general timeout behaviour - that is controlled by reapInterval and idleTimeoutMillis
Feel free to re-open this if you still something is broken.
|
The documentation around refreshIdle (and it's name) is a little unclear. What it really means is "should I timeout resources which are part of the min pool size" Feel free to re-open this if you still something is broken. |
olalonde commentedAug 2, 2016
•
edited
refreshIdle: falseshould prevent the remove timeout from being called, but it doesn't: https://github.com/coopernurse/node-pool/blob/master/lib/generic-pool.js#L243